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
| Prop | Type | Default | Required |
|---|---|---|---|
| heading | string | "Forgot your password?" | no |
| description | string | "Enter your email and we'll send you a reset link" | no |
| onSubmit | (email: string) => void | — | no |
| signInHref | string | "/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—