Status indicators and labels
Interactive preview of the Badge component with different variants.
Install the package via npm:
npm install apex-design-systemimport { Badge } from 'apex-design-system';<Badge>Default</Badge>The component supports multiple visual variants:
<Badge variant="default">Default</Badge>
<Badge variant="secondary">Secondary</Badge>
<Badge variant="outline">Outline</Badge>This component follows WAI-ARIA best practices and is WCAG 2.1 AA compliant. It includes proper keyboard navigation, focus management, and screen reader support.