OTPInput

OTPInput Component

stable
Playground
Props
PropTypeDefaultValue
lengthnumber
disabledboolean
errorboolean
autoFocusboolean
Default
FourDigit
WithError
Invalid verification code.
Disabled
PROPTYPEDEFAULTDESCRIPTION
autoFocusbooleanAuto-focus first input
disabledbooleanDisabled state
errorbooleanError state
lengthnumberNumber of digit boxes
Using OTPInputtsx
import { OTPInput } from '@/components/OTPInput'

<OTPInput
  length="..."
  disabled="..."
  error="..."
  autoFocus="..."
/>
Tokens Used
No design tokens detected