Open GitHub repository

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";
2 
3<Label htmlFor="email">Email</Label>
4<Input id="email" type="email" />

Examples