This is an OTP input box, with light and dark themed support
Loading preview...
import { Basic } from "@/components/ui/otp-input"; export default function DemoOne() { return <Basic />; }