A label component for form inputs.
Radix Label props including htmlFor
A styled label element
Built on Radix UI Label primitive. Provides accessible labeling for form controls with proper styling and disabled state handling.
<Label htmlFor="email">Email</Label><Input id="email" type="email" /> Copy
<Label htmlFor="email">Email</Label><Input id="email" type="email" />
A label component for form inputs.