Back to Components
Components
Password Reset Form
Email input form for password reset with success and error states.
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.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge