{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "input",
  "type": "registry:component",
  "title": "Input",
  "author": "Toby Belhome",
  "description": "Displays a form input field or a component that looks like an input field.",
  "dependencies": [],
  "registryDependencies": [
    "input"
  ],
  "files": [
    {
      "path": "examples/components/input/01/page.tsx",
      "content": "import { Input } from \"@/components/ui/input\";\n\nexport default function InputDemo() {\n  return (\n    <div className=\"grid w-full max-w-sm\">\n      <Input type=\"email\" placeholder=\"Email\" />\n    </div>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/input.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}