Components
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.
npx shadcn@latest add https://21st.dev/r/ahmedmayara/forgot-password-cardLoading preview...
import { Component } from "@/components/ui/forgot-password-card";
export default function DemoOne() {
return <Component />;
}