{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "input-with-text",
  "registryDependencies": [
    "https://taki-ui.com/r/input.json",
    "https://taki-ui.com/r/button.json",
    "https://taki-ui.com/r/label.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/input-with-text.tsx",
      "content": "import { Input } from \"@/registry/new-york/ui/input\"\nimport { Label } from \"@/registry/new-york/ui/label\"\n\nexport default function InputWithText() {\n  return (\n    <div className=\"grid w-full max-w-sm items-center gap-3\">\n      <Label htmlFor=\"email-2\">Email</Label>\n      <Input type=\"email\" id=\"email-2\" placeholder=\"Email\" />\n      <p className=\"text-muted-foreground text-sm\">Enter your email address.</p>\n    </div>\n  )\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}