Components

Browse all 30 core components and 6 marketing components. All components are production-ready and WCAG 2.1 AA compliant.

Quick Preview

Live Example
☀️
Copy
Storybook →
View Code
const ComponentPreview = () => { return ( <div className="space-y-4"> <div className="flex gap-2 flex-wrap"> <Button variant="default">Button</Button> <Button variant="secondary">Secondary</Button> <Button variant="outline">Outline</Button> <Button variant="destructive">Destructive</Button> </div> <div className="flex gap-2 flex-wrap">...

Core Components (30)

Primitives

Forms

Navigation

Feedback

Data Display

Advanced

Marketing Components (6)

Component Status

All components are marked as Stable, meaning they are:

  • ✅ Production-ready
  • ✅ Fully tested (842 tests passing)
  • ✅ WCAG 2.1 AA compliant
  • ✅ TypeScript typed
  • ✅ Documented with examples

Quick Links