Hint: the code is 246810.

OTP Input

One-time-code slots with paste fan-out and success rings.

General

Hint: the code is 246810.

Installation

bash
npx shadcn@latest add https://ui.noicess.fun/r/otp-input.json

Props

PropTypeDefaultDescription
lengthnumber6Number of slots.
value / defaultValuestring- / ""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.