OTP Input

Below is a ready made otp input component

OTPInput

Installation

$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/OTPInput.json

Props

PropTypeisCompulsoryDescription
digits
number
true

The number of digits of the OTP

setOtp
(val: number) => void
true

Sets the OTP from the input

Usage