Name + email + password signup form with terms acceptance.
npx bouncekit@latest add signupformUsage
import { SignupForm } from "@/components/auth/signup-form"Props
| Prop | Type | Required | Description |
|---|---|---|---|
onSubmit | (values: SignupFormValues) => void | — | Submit handler. |
signInHref | string | — | Sign in link. |
socialButtons | ReactNode | — | OAuth buttons slot. |