PinInput

Inputs

An OTP/PIN input field.

Preview

Usage

<PinInput length={6} bind:value={pin} />

Props

NameTypeDefaultDescription
valuestring''The entered PIN.
lengthnumber4Number of digits.
maskbooleanfalseMask input like password.