{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "files": [
    {
      "content": "import { Input } from \"~/registry/ui/input\";\nimport { Label } from \"~/registry/ui/label\";\n\nexport function InputWithLabelDemo() {\n  return (\n    <div className=\"grid w-full max-w-sm items-center gap-3\">\n      <Label htmlFor=\"email\">Email</Label>\n      <Input id=\"email\" placeholder=\"Email\" type=\"email\" />\n    </div>\n  );\n}\n",
      "path": "src/registry/examples/input/input-with-label-demo.tsx",
      "type": "registry:example"
    }
  ],
  "name": "input-with-label-demo",
  "registryDependencies": [
    "@kanpeki/input",
    "@kanpeki/label"
  ],
  "type": "registry:example"
}