Components
<SignUp />
A complete sign-up form component with name, email, password fields, optional magic link, and social provider support.
Usage
import { SignUp } from "@/components/auth/sign-up"
export function SignUpDemo() {
return <SignUp />
}Password and confirmation fields each provide a localized show/hide control while preserving their current values.
Installation
npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.jsonnpx shadcn@latest add @better-auth-ui/sign-upProps
Prop
Type
Last updated on