BETTER-AUTH. UI
Components

<SignUp />

A complete sign-up form component with name, email, password fields, optional magic link, and social provider support.

Usage

Sign Up
OR

Already have an account? Sign In

import { SignUp } from "@/components/auth/sign-up"

export function SignUpDemo() {
  return <SignUp />
}

Installation

npx shadcn@latest add https://better-auth-ui.com/r/sign-up.json

Props

Prop

Type

Last updated on

On this page