BETTER-AUTH. UI
Components

<SignUp />

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

Usage

import { SignUp } from "@better-auth-ui/heroui"

function RouteComponent() {
  return (
    <div className="flex flex-col p-4 md:p-6 my-auto items-center">
      <SignUp />
    </div>
  )
}

Props

Prop

Type

Last updated on

On this page