3

Renders an accessible label associated with controls.

Installation

bunx --bun shadcn@latest add https://ui.brodin.dev/r/label.json

Usage

import { Label } from "@/components/ui/label"
<Label htmlFor="email">Your email address</Label>