pnpm dlx shadcn@latest add https://ui.saturation.io/r/label.jsonimport { Label } from "@/components/ui/label"<Label htmlFor="email">Email address</Label>
<input id="email" type="email" />Extends all native <label> HTML attributes via @radix-ui/react-label.
| Prop | Type | Default | Description |
|---|---|---|---|
htmlFor | string | — | The id of the form element this label is associated with. |
className | string | — | Additional CSS classes. |
On This Page