{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "login-form", "type": "registry:block", "title": "Login Form", "description": "A login form with email and password fields.", "files": [ { "path": "registry/alpine/auth/login-form.tsx", "content": "import { cn } from \"@/lib/utils\"\nimport { Button } from \"@/registry/alpine/ui/button\"\nimport {\n Card,\n CardContent,\n CardHeader,\n CardTitle,\n} from \"@/registry/alpine/ui/card\"\nimport { Input } from \"@/registry/alpine/ui/input\"\nimport { Label } from \"@/registry/alpine/ui/label\"\n\nexport function LoginForm({\n className,\n ...props\n}: React.ComponentPropsWithoutRef<\"div\">) {\n return (\n
\n \n \n Login or Sign Up\n \n \n
\n
\n
\n
\n \n \n
\n We will send a text message to verify your phone number.\n
\n
\n \n
\n
\n \n Or\n \n
\n
\n \n \n \n \n
\n
\n
\n
\n
\n
\n By clicking continue, you agree to our Terms of Service{\" \"}\n and Privacy Policy.\n
\n
\n )\n}\n", "type": "registry:component" } ] }