A modern React component library built with Tailwind CSS, inspired by shadcn/ui's copy-paste approach, giving you full control over your components.
- 🎨 Built with Tailwind CSS for complete styling control
- 📦 Copy-paste components - no extra dependencies
- 🔧 Full source code access
- 🌗 Light/Dark mode support
- 🚀 TypeScript ready
- ⚡ Zero runtime dependencies
- 🎯 Fully customizable components
- Install Tailwind CSS and its peer dependencies:
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
- install the cli
pnpm install @solo-ui/cli@latest
- initialize the project
npx @solo-ui/cli init
- add components
npx @solo-ui/cli add button
look up available components in the cli
npx @solo-ui/cli list