Components/Forms & inputs/PinInput
component

PinInput

src/components/inputs.tsx

Import

import { PinInput } from "@ossrandom/design-system";

Examples

Default

↗ Playground

API

extends BaseProps

PropType
length required 4 | 6 | 8
value string
mask boolean
autoFocus boolean
placeholder string
onChange (value: string) => void; readonly onComplete?: (value: string) => void;