hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.27k stars 287 forks source link

Framework agnostic using sveltosis(mitosis) #623

Open janat08 opened 9 months ago

janat08 commented 9 months ago

Is your feature request related to a problem? Please describe. I'm using qwik framework which has no package ecosystem.

Describe the solution you'd like https://github.com/BuilderIO/mitosis The merged a sveltosis project which should mean that you only have to add another build target in package.json because it's a svelte project.

Describe alternatives you've considered Just using mui with compatibility package for react, but then that gets eagerly loaded and likely hydrated.

Additional context https://github.com/sveltosis/sveltosis People say that the stuff winds up being buggy, and some of other ui libraries like preline that use mitosis don't seem to have all that deep of an integration (I forget how).