Components
Buttons
Versatile button component with multiple variants and sizes
Dialog
Modal dialogs for confirmations, forms, and important messages
Dropdown Menu
Context menus and action lists for user interactions
Tooltip
Contextual help and information on hover
Separator
Visual dividers to separate content sections
Layout Components
Navbar and Sidebar (currently in use on this page)
Getting Started
This component library is built with Radix UI primitives and styled with Tailwind CSS. All components are fully accessible and customizable.
import { Button, Dialog, Tooltip } from '@/components/ui';
<Button variant="primary">Click me</Button>Click on any component card above to see detailed examples and usage instructions.
View source code on GitHub | Documentation