Docs
OTP Input
A one-time password input with auto-advance, backspace navigation, and paste support.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add otp-inputPackages
npm install Usage Detail
tsx
import { OtpInput } from "@/components/oblivion/otp-input"
export default function OtpInputDemo() {
return <OtpInput />
}import { OtpInput } from "@/components/oblivion/otp-input"
export default function OtpInputDemo() {
return <OtpInput />
}