This is an OTP input box, with light and dark themed support
npx shadcn@latest add https://21st.dev/r/itsankitverma/otp-input
Loading preview...
import { Basic } from "@/components/ui/otp-input"; export default function DemoOne() { return <Basic />; }