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