Core Landing Pages
Glass Forgot
Glassmorphism-style forgot password form with animated background blobs, gradient borders, and smooth state transitions. Features success state with checkmark animation.
core-landing-pagesauthforgot-passwordglassmorphismblurgradient
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
title | string | "Reset Password" | Title text displayed at the top of the form. |
subtitle | string | "Enter your email to receive a reset link." | Subtitle text displayed below the title. |
onSendLink | (email: string) => Promise<void> | undefined | Callback function called when reset link is sent. |
onBack | () => void | undefined | Callback function called when back button is clicked. |
className | string | undefined | Additional CSS classes for custom styling. |
successMessage | string | "We've sent a password reset link to your email address." | Success message displayed after link is sent. |