Copy PageLabelRenders an accessible label for form controls.PreviewPreviewCodeCopyEmailInstallationCmdManualUse the CLI to add this component to your project.npmpnpmyarnbun Copynpx shadcn@latest add https://ui.nyxhora.com/r/label.jsonUsagetsx5 linesCopy12345import { Label } from "@/components/ui/label" export default function MyComponent() { return <Label htmlFor="field">Label</Label> }ExamplesWith Required IndicatorPreviewCodeCopyName *