What is the recommended UI framework for sveltekit now ? #8389
Replies: 15 comments 40 replies
-
Note that |
Beta Was this translation helpful? Give feedback.
-
try sveltestrap and extend it, try to copy some components from other react libs |
Beta Was this translation helpful? Give feedback.
-
Try daisyui , Only UI kit you may want (based on tailwindcss) |
Beta Was this translation helpful? Give feedback.
-
We built a custom UI library based on https://github.com/material-components/material-components-web. We checked several Material libraries for Svelte, but none were suitable for production use. The problem is, that UI libraries for Svelte are often maintained by a single person only. So often some features are missing due to limited time the person can invest in the project. And often such projects are abandoned after some time without any comment. For example, SMUI is missing several features of Material and the maintainer did not commit to the project for three months, so it seems to be abandoned. |
Beta Was this translation helpful? Give feedback.
-
Maybe checkout https://www.svelteui.org/ heavily inspired by mantine |
Beta Was this translation helpful? Give feedback.
-
Skeleton is pretty good but a bit too opinionated for my needs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Possible options as I know:
Beta Was this translation helpful? Give feedback.
All reactions