Opinionated yet customizable Svelte-TailwindCSS component library
Svelte-TailwindCSS UI (STWUI) is an upcoming pre-release component library inspired by TailwindUI. It aims to provide a similar experience to React component libraries while being less reliant on remembering class names. Contributors and collaborators are welcome, and a showcase of the components can be found at https://stwui.vercel.app/.
To install STWUI, follow these steps:
npm install stwui
to add the package to your project.require('stwui/plugin')
to the plugins section of your tailwind.config.cjs
file.'./node_modules/stwui/**/*.svelte,js,ts,html'
to the content array of your tailwind.config.cjs
file.Svelte-TailwindCSS UI is an upcoming pre-release component library inspired by TailwindUI. It aims to provide a similar experience to React component libraries while being less reliant on remembering class names. Developers can easily integrate STWUI into their projects and contribute to its development.