UI Framework like Chakra/Mantine? #7984
-
After playing arround with Svelte and Svelte-kit I've felt really in love. From DX it's easy to adapt and fast to develop. So some good reason to go with Svelte. So I'm not sure if I missing some piece of puzzle here - But is there some UI Framework existing for Svelte that is on the same level like Chakra, Mantine, MaterialUI (From documentation quality and component richness)? Or is there another way to go in Svelte? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
You might find https://daisyui.com/ helpful, its tailwind based UI library and works for almost every environment. |
Beta Was this translation helpful? Give feedback.
-
Like https://flowbite-svelte.com/ : tailwind based UI library too. So it combine utilities classes and ready-to-use components. |
Beta Was this translation helpful? Give feedback.
-
I finally found one: Skeleton has quite good documentation and is also easy to use. It provides UI components and integrates natively with Tailwind CSS for styling. |
Beta Was this translation helpful? Give feedback.
I finally found one: Skeleton has quite good documentation and is also easy to use. It provides UI components and integrates natively with Tailwind CSS for styling.