A reusable otp input component
npx shadcn@latest add https://21st.dev/r/avanishverma4/otp-input
Loading preview...
import Component from "@/components/ui/otp-input"; export default function OTPInput() { return <Component />; }