curv-ui
v2.0.3
Published
**Add Curv-UI to your Next.js 15 + Tailwind CSS v4 project in seconds**
Maintainers
Readme
⚡ Curv-UI | Modern React Component Library
Add Curv-UI to your Next.js 15 + Tailwind CSS v4 project in seconds
No more manual importing, copy-pasting, or setup.
Installation
Initialize the UI library
npx curvui initAdd components to your project
npx curvui add <component-name>Start using your new components
import { Button } from '@/components/ui'; function App() { return ( <Button variant="primary"> Click me! </Button> ); }
📚 Learn More
- Curv UI Documentation
- Next.js Documentation - Learn about Next.js features and API.
