Back to Components
Components

Signup Form

Registration form with password strength indicator, validation states, and terms checkbox.

Create your account

Join the platform in a few quick steps.

  • At least 8 characters
  • One uppercase letter
  • One lowercase letter
  • One number
  • One special character

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/signup-form.tsx

Installation

Using shadcn CLI

npx shadcn add signup-form --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge