{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "v0-login-01", "type": "registry:internal", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "button", "card", "input", "label" ], "files": [ { "path": "internal/login-01.tsx", "content": "import Link from \"next/link\"\n\nimport { Button } from \"@/components/ui/button\"\nimport {\n Card,\n CardContent,\n CardDescription,\n CardHeader,\n CardTitle,\n} from \"@/components/ui/card\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\n\nexport default function Page() {\n return (\n
\n \n \n Login\n \n Enter your email below to login to your account\n \n \n \n
\n
\n \n \n
\n
\n
\n \n \n Forgot your password?\n \n
\n \n
\n \n \n
\n
\n Don't have an account?{\" \"}\n \n Sign up\n \n
\n
\n
\n
\n )\n}\n", "type": "registry:internal", "target": "" } ] }