Label
Renders an accessible label associated with controls.
Installation
npx shadcn@latest add @uipath/labelUsage
import { Label } from "@/components/ui/label"<Label htmlFor="email">Your email address</Label>Renders an accessible label associated with controls.
npx shadcn@latest add @uipath/labelimport { Label } from "@/components/ui/label"<Label htmlFor="email">Your email address</Label>