Svelte on Blazor web app #14144
GiorgioMauro
started this conversation in
General
Replies: 1 comment
-
Svelte components are compiled down to just JS and CSS, you can use them on any kind of site. You can set it up in library mode and export any components you need from an index file or define separate entry points. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
Anyone could tell me if there is a chance to use svelte on Blazor web application? My problem is to replace an extention and use svelte for my canvas component drawing bounding boxes.
Thank y'all
Beta Was this translation helpful? Give feedback.
All reactions