Components
Loading preview...
An accessible Forgot Password Card with email validation using react-hook-form and Zod, featuring a clean input field and clear guidance helping users reset their password or choose alternative recovery methods.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/forgot-password-cardimport { Component } from "@/components/ui/forgot-password-card";
export default function DemoOne() {
return <Component />;
}