GodUIGodUI
109Follow on X

OTP Input

tsx
import { OTPInput } from "@/components/godui/otp-input";export function OTPInputDemo() {return <OTPInput length={6} onComplete={(code) => console.log(code)} />;}