Components
npx shadcn@latest add https://21st.dev/r/minhxthanh/otp-verifyLoading preview...
import { OTPVerification } from "@/components/ui/otp-verify";
export default function DemoOne() {
return (
<div className="w-full">
<OTPVerification />
</div>
);
}