Back to Components
Components

Password Reset Form

Email input form for password reset with success and error states.

Reset your password

Enter your email and we will send a reset link.

We will email you a secure link to reset your password.

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/password-reset-form.tsx

Installation

Using shadcn CLI

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

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge