ComponentsLabel
Label
An accessible label for form controls with muted and destructive emphasis.
Installation
bunx @swift-rust/ui add label
Usage
tsx
1import { Label } from "@/components/ui/label";23<Label htmlFor="email">Email</Label>4<Input id="email" type="email" />