Input OTP
A row of glass cells for one-time codes. The focused cell gets an ember ring; filled cells settle into brighter glass.
Draw
npx shadcn@latest add @clow/input-otpPlayground
props
<InputOtp />Examples
basic
verify
Props
| prop | type | default |
|---|---|---|
| length | number | 6 |
| validationType | numeric | alpha | alphanumeric | none | numeric |
| mask | boolean | false |
| disabled | boolean | false |