{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label", "files": [ { "path": "registry/base-maia/ui/label.tsx", "content": "\"use client\"\n\nimport * as React from \"react\"\n\nimport { cn } from \"@/registry/base-maia/lib/utils\"\n\nfunction Label({ className, ...props }: React.ComponentProps<\"label\">) {\n return (\n \n )\n}\n\nexport { Label }\n", "type": "registry:ui" } ], "meta": { "links": { "docs": "https://ui.shadcn.com/docs/components/base/label", "examples": "https://raw.githubusercontent.com/shadcn-ui/ui/refs/heads/main/apps/v4/registry/bases/base/examples/label-example.tsx", "api": "https://base-ui.com/react/components/label.md" } }, "type": "registry:ui" }