Installation
Examples
6-digit OTP
Auto-advances on input, handles paste.
Enter the 6-digit code sent to your email
Didn't receive a code?
4-digit PIN
Shorter PIN with masked input.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| length | number | 6 | Number of input cells. |
| value | string | — | Controlled value. |
| onChange | (v: string) => void | — | Called when value changes. |
| numeric | boolean | true | Restricts input to digits only. |
| disabled | boolean | false | Disables all cells. |