Components
Loading preview...
A responsive OTP Verification Card that uses react-hook-form with Zod validation, featuring a 6-digit input UI, accessible, user-friendly, and ideal for authentication flows.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/one-time-password-sign-in-cardimport { Component } from "@/components/ui/one-time-password-sign-in-card";
export default function DemoOne() {
return <Component />;
}