A shadcn/ui inspired component library for Ripple TS.
npx rippleui-cli initThis will:
- Detect your tailwind setup and import alias defined in the vite configuration
- Ask you to choose a base color and an accent theme
- Write a
components.jsonconfig file - Inject CSS variables and theme tokens into your main CSS file
npx rippleui-cli add <components...>Components and their dependencies are copied into your src/components/ directory.
npx rippleui-cli listnpx rippleui-cli installed- button
- checkbox
- input
- select
- label
- utils
- stone
- zinc
- slate
- neutral
- blue
- violet
- rose
- orange
Generated during initialization:
{
"aliases": {
"components": "@/components",
"utils": "@/utils"
},
"directories": {
"components": "src/components",
"utils": "src/utils"
},
"css": "src/index.css",
"installed": []
}