stylexcn

Input OTP

One-time password slots. Type into the group, including a separator.

Preview

0
0
0
0
0
0

Installation

pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/input-otp.json
pnpm dlx shadcn@latest add @stylexcn/input-otp

Usage

<InputOTP maxLength={6}>
  <InputOTPGroup>
    <InputOTPSlot index={0} />
    <InputOTPSlot index={1} />
    <InputOTPSlot index={2} />
    <InputOTPSlot index={3} />
    <InputOTPSlot index={4} />
    <InputOTPSlot index={5} />
  </InputOTPGroup>
</InputOTP>