Overview
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/.
Features
- Component Library: STWUI offers a wide range of components for developers to use in their projects.
- Inspired by TailwindUI: The library takes inspiration from TailwindUI, providing a similar experience.
- Easy Integration: STWUI can be easily integrated into projects using npm.
- Contributor Friendly: The project is open for contributions and collaboration.
Installation
To install STWUI, follow these steps:
- Run
npm install stwui
to add the package to your project. - Add
require('stwui/plugin')
to the plugins section of yourtailwind.config.cjs
file. - Add
'./node_modules/stwui/**/*.svelte,js,ts,html'
to the content array of yourtailwind.config.cjs
file.
Summary
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.