With Animated Vortex
4785165238608965941702458655673304143544
010318799635769955070290143763
Enter the code
We sent you a code to your email, please enter to verify your address.
Need Help? Contact us
1<OTPInput2 length={5}3 title="Enter the code"Simple Style
1<OTPInputSimple length={6} />4-Digit Code
1<OTPInputSimple length={4} />Installation
npx zeroui@latest add otp-inputProps
| name | type | default | description |
|---|---|---|---|
| length | number | 5 | - |
| title | string | "Enter the code" | - |
| subtitle | string | "We sent you a code..." | - |
| showVortex | boolean | true | - |
| onComplete | (otp: string) => void | undefined | - |