Skip to Content
ComponentsOverview

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
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 (50)

Primitives

Forms

Feedback

Data Display

Advanced

Marketing Components (6)

Component Status

All components are marked as Stable, meaning they are:

  • ✅ Production-ready
  • ✅ Fully tested (1367 tests passing, 473 in dedicated accessibility files)
  • ✅ WCAG 2.1 AA compliant
  • ✅ TypeScript typed
  • ✅ Documented with examples
Last updated on