All components

inputs

Label

The form label primitive — ties to its control, and dims in step with a disabled peer instead of staying at full contrast.

primitiveforma11y

Install with the shadcn CLI

npx shadcn@latest add https://onthic.com/r/label

Usage

<Label htmlFor="email">Email</Label>
<Input id="email" type="email" />