Skip to main content
ParticleUI

Auth — Forgot Password

Forgot password form with email input and reset link send confirmation.

Forgot your password?
Enter your email and we'll send you a reset link

Remember your password? Back to sign in

Installation

1

Run the CLI

$npx particleui-cli add auth-forgot-password

Usage

TSX
import { AuthForgotPassword } from "@/components/blocks/auth-forgot-password"

export default function Page() {
  return <AuthForgotPassword />
}

Props

PropTypeDefaultRequired
headingstring"Forgot your password?"no
descriptionstring"Enter your email and we'll send you a reset link"no
onSubmit(email: string) => voidno
signInHrefstring"/sign-in"no

Details

Source filecomponents/blocks/auth-forgot-password.tsx
Typeblock
Categoriesauth, blocks
npm dependencies@phosphor-icons/react
Registry depsbutton, input, label, card
Claude skill