BETTER-AUTH. UI
Components

<SignUp />

Renders a Solid sign-up form with name, email, password, additional fields, and provider button support.

Usage

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

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

Installation

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

After install, src/components/auth/sign-up.tsx and the copied sign-up files are app-owned. Configure additional fields and plugins in AuthProvider to extend the form.

Props

Prop

Type

Last updated on

On this page