Open GitHub repository
ComponentsInput OTP

Input OTP

A segmented numeric input for verification codes with automatic focus movement.

Installation

bunx @swift-rust/ui add input-otp

Usage

tsx
1import { InputOTP } from "@/components/ui/input-otp";
2 
3<InputOTP
4 length={class="text-amber-400">6}
5 onChange={(code) => console.log(code)}
6/>

Examples