Sign Up
Email-first sign-up form with social login buttons for Google and Apple.
Sign Up
Enter your email to receive a sign-in code
or
Features
- Email-first flow — Passwordless sign-up with email verification
- Social login — Google and Apple SSO buttons with branded icons
- Loading state — Button loading indicator during submission
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | "Sign Up" | Heading text |
| subtitle | string | "Enter your email to receive a sign-in code" | Subheading text |
| onSubmit | (email: string) => void | - | Callback when email form is submitted |
| onGoogleSignIn | () => void | - | Callback when Google button is clicked |
| onAppleSignIn | () => void | - | Callback when Apple button is clicked |
| showSocialButtons | boolean | true | Show Google and Apple SSO buttons |
| legalText | ReactNode | - | Legal/privacy copy below the form |
Components Used
buttoninput