MynduiMyndui
0

OTP Input

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