Loading...
Loading...
Loading...
Name + email + password signup form with terms acceptance.
Install
npx bouncekit@latest add signupformImport
import { SignupForm } from "@/components/auth/signup-form"Enter your details to get started
Already have an account? Sign in
API Reference
| Prop | Type | Required | Description |
|---|---|---|---|
onSubmit | (values: SignupFormValues) => void | — | Submit handler. |
signInHref | string | — | Sign in link. |
socialButtons | ReactNode | — | OAuth buttons slot. |
Source
src/components/auth/signup-form.tsx