Animated OTP Demo
An animated OTP generator with smooth transitions and auto-refresh functionality.
Configuring your account...
Please wait while we prepare everything for you
Usage
import AnimatedOTPDemo from '@/components/bynanaui/animated-otp-demo'
<AnimatedOTPDemo
delay={3500}
cardTitle="Secure Access"
cardDescription="Your description here"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
delay | number | 3500 | OTP refresh delay in milliseconds |
cardTitle | string | "Secure Access" | Card title text |
cardDescription | string | - | Card description text |