{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "type": "registry:ui", "title": "Label", "description": "A customizable label component", "dependencies": [ "clsx", "tailwind-merge" ], "registryDependencies": [ "classes" ], "files": [ { "path": "src/registry/pure-ui/ui/label/index.tsx", "content": "import * as React from \"react\";\r\n\r\nimport { cn } from \"@/lib/classes\";\r\n\r\nfunction Label({ className, ...props }: React.ComponentProps<\"label\">) {\r\n return (\r\n \r\n );\r\n}\r\n\r\nexport { Label };\r\n", "type": "registry:ui", "target": "components/ui/label.tsx" } ] }