{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "label-example", "title": "Label", "registryDependencies": [ "checkbox", "field", "input", "label", "textarea", "example" ], "files": [ { "path": "registry/base-nova/examples/label-example.tsx", "content": "import {\n Example,\n ExampleWrapper,\n} from \"@/registry/bases/base/components/example\"\nimport { Checkbox } from \"@/registry/bases/base/ui/checkbox\"\nimport { Field } from \"@/registry/bases/base/ui/field\"\nimport { Input } from \"@/registry/bases/base/ui/input\"\nimport { Label } from \"@/registry/bases/base/ui/label\"\nimport { Textarea } from \"@/registry/bases/base/ui/textarea\"\n\nexport default function LabelExample() {\n return (\n \n \n \n \n \n \n )\n}\n\nfunction LabelWithCheckbox() {\n return (\n \n \n \n \n \n \n )\n}\n\nfunction LabelWithInput() {\n return (\n \n \n \n \n \n \n )\n}\n\nfunction LabelDisabled() {\n return (\n \n \n \n \n \n \n )\n}\n\nfunction LabelWithTextarea() {\n return (\n \n \n \n