A thoughtfully crafted component library designed for modern web applications. Elegant, accessible, and effortlessly customizable.
import { Button, Card, Input } from '@curv-ui/react'
export default function App() {
return (
<Card className="max-w-sm mx-auto mt-10 p-6">
<Input placeholder="Enter your name" />
<Button variant="gradient" className="mt-4">
Submit
</Button>
</Card>
)
}Beautiful, accessible, and production-ready UI primitives.
Optimized for performance with minimal bundle size.
Intuitive APIs and extensible theming system.
Switch between light/dark or add your own brand themes.
Battle-tested components used by modern startups.