{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "auth-register-page", "dependencies": [ "@inertiajs/react" ], "registryDependencies": [ "@launch/auth-layout", "@launch/form-errors", "@launch/input-error", "@launch/password-input", "@launch/text-link", "button", "input", "label", "spinner" ], "files": [ { "path": "registry/new-york-v4/pages/auth/register.tsx", "content": "import { Form, Head } from \"@inertiajs/react\";\nimport InputError from \"@/components/input-error\";\nimport PasswordInput from \"@/components/password-input\";\nimport TextLink from \"@/components/text-link\";\nimport { Button } from \"@/components/ui/button\";\nimport { toastFirstFormError } from \"@/lib/form-errors\";\nimport { Input } from \"@/components/ui/input\";\nimport { Label } from \"@/components/ui/label\";\nimport { Spinner } from \"@/components/ui/spinner\";\nimport { store } from \"@/routes/register\";\nimport { login } from \"@/routes\";\n\nexport default function Register() {\n return (\n <>\n \n\n \n {({ processing, errors }) => (\n <>\n
\n
\n \n \n \n
\n\n
\n \n \n \n
\n\n
\n \n \n \n
\n\n
\n \n \n \n
\n\n \n
\n\n
\n Already have an account? Log in\n
\n \n )}\n \n \n );\n}\n\nRegister.layout = {\n title: \"Create an account\",\n description: \"Enter your details below to create your account\",\n};\n", "type": "registry:file", "target": "resources/js/pages/auth/register.tsx" } ], "type": "registry:block" }