Tailwind
Copy-paste React components styled with Tailwind CSS. Own the code, customize everything.
Overview#
Tailwind components are built with Tailwind CSS utility classes — no theme file, no runtime dependency. You copy the component file into your project and modify it however you want. Inspired by the shadcn/ui approach.
Use Tailwind mode when you want full ownership of your components and prefer styling with utility classes. Every component is a single file you control.
What you get#
- 50+ components written in plain Tailwind CSS
- Installable via CLI — components live in your codebase
- Composable API powered by the primitive layer
- Accessibility handled automatically
Next steps#
Start with Installation or open any component page to see the install command.