Back to Components
Components
Signup Form
Registration form with name, email, password, confirm password, and terms checkbox.
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/signup-form.tsx
Installation
Using shadcn CLI
npx shadcn add signup-form --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge