Skip to main content

Label

Form label built on Radix UI.

Import

import { Label } from '@kikumi3n/ui';

Usage

<Label htmlFor="email">Email Address</Label>
<input id="email" />

API

PropTypeDefaultDescription
htmlForstringAssociated input ID

Accessibility

Built on Radix UI Label with full keyboard navigation and ARIA support.