Search for a command to run...
Renders an accessible label associated with form controls.
import { Label } from "@/components/ui/label" export default function Example() { return <Label htmlFor="name">Name</Label> }