Input OTP
A specialized input for entering one-time passwords or verification codes.
6-Digit Code
Usage
Use the OTP input for verification code entry (e.g. two-factor authentication, email verification).
Group slots visually and use separators to improve readability for longer codes.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| maxLength | number | — | Number of input slots |
| value | string | — | Controlled value |
| onChange | (value: string) => void | — | Callback when value changes |