{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "snapp-label", "title": "Snapp Label", "description": "The shared Snapp label UI primitive.", "dependencies": [ "radix-ui" ], "registryDependencies": [ "@snapp/snapp-utils" ], "files": [ { "path": "registry/radix-nova/ui/label.tsx", "content": "import * as React from \"react\"\nimport { Label as LabelPrimitive } from \"radix-ui\"\n\nimport { cn } from \"@/lib/utils\"\n\nfunction Label({\n className,\n ...props\n}: React.ComponentProps) {\n return (\n \n )\n}\n\nexport { Label }\n", "type": "registry:ui", "target": "@ui/label.tsx" } ], "type": "registry:ui" }