Hint: the code is 246810.
Hint: the code is 246810.
Installation
bash
npx shadcn@latest add https://ui.noicess.fun/r/otp-input.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| length | number | 6 | Number of slots. |
| value / defaultValue | string | - / "" | Controlled code or the starting code. |
| onChange | (code: string) => void | - | Called with the code on every edit. |
| onComplete | (code: string) => void | - | Called once every slot is filled. |
| type | "numbers" | "letters" | "both" | "numbers" | Which characters each slot accepts. |
| status | "idle" | "success" | "error" | "idle" | Success tints the rings, error shakes the row. |
| size | "sm" | "md" | "lg" | "md" | Slot dimensions. |