InputOTP
InputOTP is a Chord form component built from Base UI primitives and project tokens.
InputOTP
import { InputOTP } from "@/components/public/InputOTP";<InputOTP.Root length={6}> {Array.from({ length: 6 }).map((_, i) => ( <InputOTP.Input key={i} /> ))}</InputOTP.Root>