{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "title": "Label", "description": "ContentGrid copy of the shadcn/ui Label primitive.", "files": [ { "path": "src/primitives/label.tsx", "content": "import * as React from \"react\";\nimport { Label as LabelPrimitive } from \"radix-ui\";\nimport { cn } from \"../lib/utils\";\n\nfunction Label({ className, ...props }: React.ComponentProps) {\n return (\n \n );\n}\n\nexport { Label };\n", "type": "registry:ui" } ], "type": "registry:ui" }