Skip to main content
ParticleUI

Auth — Sign Up

Sign-up form with name, email, password, terms checkbox, and social login options.

Create an account
Start building beautiful UIs today
or continue with email

Already have an account? Sign in

Installation

1

Run the CLI

$npx particleui-cli add auth-sign-up

Usage

TSX
import { AuthSignUp } from "@/components/blocks/auth-sign-up"

export default function Page() {
  return <AuthSignUp />
}

Props

PropTypeDefaultRequired
headingstring"Create an account"no
descriptionstring"Start building beautiful UIs today"no
onSubmit(values: { name: string; email: string; password: string }) => voidno
signInHrefstring"/sign-in"no
termsHrefstring"/terms"no
privacyHrefstring"/privacy"no
showSocialbooleantrueno

Details

Source filecomponents/blocks/auth-sign-up.tsx
Typeblock
Categoriesauth, blocks
npm dependencies
Registry depsbutton, input, label, card, checkbox, separator
Claude skill