{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "type": "registry:ui", "title": "TAC Label", "description": "Label primitive (Radix). TAC-tuned for the form-field rhythm.", "registryDependencies": [ "@radix-ui/react-label" ], "files": [ { "path": "src/components/primitives/label.tsx", "type": "registry:ui", "content": "\"use client\"\n\nimport * as React from \"react\"\nimport { Label as LabelPrimitive } from \"radix-ui\"\n\nimport { cn } from \"@workspace/ui/lib/utils\"\n\nfunction Label({\n className,\n ...props\n}: React.ComponentProps) {\n return (\n \n )\n}\n\nexport { Label }\n" } ] }