{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "input-with-text", "type": "registry:example", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "input", "button", "label" ], "files": [ { "path": "examples/input-with-text.tsx", "content": "import { Input } from \"@/registry/default/ui/input\"\nimport { Label } from \"@/registry/default/ui/label\"\n\nexport default function InputWithText() {\n return (\n
\n \n \n

Enter your email address.

\n
\n )\n}\n", "type": "registry:example", "target": "" } ] }