build69
build69  /  Components  /  Auth  /  ForgotPassword

ForgotPassword

v1.0.12Updated 27 Aug 2026

Password-reset request page that captures an email to send a reset link. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 16 stories
CenteredOpen ↗
Why this is recommendedforgot-passwordpassword-resetrecoverauth+2

ForgotPassword centred on the page.

Recommended for+14
  • Auth flows
  • Password recovery
Tags+6
forgot-passwordpassword-resetrecoverauthpagecentered
Features+4
  • Centered, split and minimal layouts
  • Email field + send-link CTA + back-to-login
  • Self-contained — no required props
Not recommended for−2
  • In-app settings

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "ForgotPassword" })

Usage

import { ForgotPasswordCentered } from '@/components/pages/forgot-password';

<ForgotPasswordCentered />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related