Form field labels
Interactive preview of the Label component with different variants.
Install the package via npm:
npm install apex-design-systemimport { Label } from 'apex-design-system';<Label htmlFor="email">Email address</Label>
<Input id="email" type="email" />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.