Forms

OTP Input

A specialized multi-box input for one-time passwords, featuring auto-focus, backspace handling, and numeric validation.

Current Code: ----

Props

PropTypeDefault
lengthnumber4
valuestring
onChange(v: string) => void
errorstring

Installation

$npx kachindo-ui add otp-input
Profile