<PinInput length={6} />
PinInput
src/components/inputs.tsx
Import
import { PinInput } from "@ossrandom/design-system";
Examples
API
extends BaseProps
| Prop | Type |
|---|---|
length required |
4 | 6 | 8 |
value |
string |
mask |
boolean |
autoFocus |
boolean |
placeholder |
string |
onChange |
(value: string) => void; readonly onComplete?: (value: string) => void; |