{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "title": "Label", "description": "Stitch label primitive.", "registryDependencies": ["askyourpolicy/ss-registry/stitch-base"], "files": [ { "path": "src/components/ui/label.tsx", "content": "\"use client\";\n\nimport * 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" } ], "type": "registry:ui" }