Label
Form label built on Radix UI.
Import
import { Label } from '@kikumi3n/ui';
Usage
<Label htmlFor="email">Email Address</Label>
<input id="email" />
API
| Prop | Type | Default | Description |
|---|---|---|---|
htmlFor | string | — | Associated input ID |
Accessibility
Built on Radix UI Label with full keyboard navigation and ARIA support.