A complete UI kit with 40+ production-ready components built on Radix UI, Tailwind CSS 4, and React 19. Skip the boilerplate and start building.
Colors, typography, spacing, and border radius — all defined as CSS variables in Tailwind 4.
Buttons, forms, dialogs, tables, date pickers, and more. All accessible and composable.
Import from @/components/ui and you're ready to go.
1. Install dependencies
yarn install2. Start dev server
yarn dev3. Import a component
import { Button } from '@/components/ui/button';