
Block One keeps password recovery intentionally quiet. The forgot password form has a logo link, the heading Forgot Password?, one required email input, a Send Reset Link button, and an ArrowLeft link back to sign in.
This is a good base when the auth experience should feel calm and utilitarian. The source does not include validation or a success message, so the copy should be paired with your real reset-token request flow in React or Next.js.
The form sits in a max-w-xs column inside a max-w-5xl page, with Privacy, Terms, and Cookies links at the bottom. That keeps support links available without competing with the reset action.
It is a source-ready UI block, not a complete auth implementation. Add your reset request, validation, pending state, and confirmation copy in the application layer.
Yes. The block uses React components, Tailwind CSS utilities, and shadcn-style form primitives such as Input, Label, Button, and in some variants Card.
Keep it neutral, for example that reset instructions will be sent if an account exists for that email. That avoids leaking account existence while still helping the user continue.
Build with Tailark
Production-ready marketing blocks, pages, and illustrations for Shadcn UI.