Components
Loading preview...
OTP verify with GIF
npx shadcn@latest add https://21st.dev/r/minhxthanh/otp-verifyimport { OTPVerification } from "@/components/ui/otp-verify";
export default function DemoOne() {
return (
<div className="w-full">
<OTPVerification />
</div>
);
}