{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "type": "registry:ui", "title": "Label", "description": "A label component.", "dependencies": ["@radix-ui/react-label"], "files": [ { "path": "registry/niv/ui/label.tsx", "content": "'use client';\n\nimport { Root } from '@radix-ui/react-label';\nimport { cn } from '@/lib/classnames';\nimport type { ComponentProps } from 'react';\n\nfunction Label({ className, ...props }: ComponentProps) {\n return (\n \n );\n}\n\nexport { Label };\n", "type": "registry:ui" } ] }