{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "label-demo",
  "registryDependencies": [
    "https://taki-ui.com/r/label.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/label-demo.tsx",
      "content": "import { Checkbox } from \"@/registry/new-york/ui/checkbox\"\nimport { Label } from \"@/registry/new-york/ui/label\"\n\nexport default function LabelDemo() {\n  return (\n    <div>\n      <div className=\"flex items-center space-x-2\">\n        <Checkbox id=\"terms\" />\n        <Label htmlFor=\"terms\">Accept terms and conditions</Label>\n      </div>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}