Back to Components
Components

Signup Form

Registration form with name, email, password, confirm password, and terms checkbox.

Create your account

Join the platform in a few quick steps.

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