Components/OTPInput

OTPInput

PIN/OTP input with auto-advance, paste support, and configurable length.

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

PropTypeDefaultDescription
lengthnumber6Number of input cells.
valuestringControlled value.
onChange(v: string) => voidCalled when value changes.
numericbooleantrueRestricts input to digits only.
disabledbooleanfalseDisables all cells.