{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "type": "registry:ui", "files": [ { "path": "registry/ui/label.tsx", "content": "import type * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nfunction Label({ className, ...props }: React.ComponentProps<\"label\">) {\n return (\n \n );\n}\n\nexport { Label };\n", "type": "registry:ui" } ] }