{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "title": "Label", "dependencies": [ "@radix-ui/react-label@2.1.8" ], "registryDependencies": [ "@birchline/tokens", "@birchline/utils" ], "files": [ { "path": "src/components/ui/label.tsx", "content": "import * as React from \"react\"\nimport * as LabelPrimitive from \"@radix-ui/react-label\"\nimport { cn } from \"@/lib/utils\"\n\nconst Label = React.forwardRef<\n React.ComponentRef,\n React.ComponentPropsWithoutRef\n>(({ className, ...props }, ref) => (\n \n))\nLabel.displayName = LabelPrimitive.Root.displayName\n\nexport { Label }\n", "type": "registry:ui", "target": "components/ui/label.tsx" } ], "type": "registry:ui" }