{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "input-disabled",
  "registryDependencies": [
    "https://taki-ui.com/r/input.json"
  ],
  "files": [
    {
      "path": "registry/new-york/examples/input-disabled.tsx",
      "content": "import { Input } from \"@/registry/new-york/ui/input\"\n\nexport default function InputDisabled() {\n  return <Input disabled type=\"email\" placeholder=\"Email\" />\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}