JJabKit
Theme preference

OtpDialog

1.0.0

Compact OTP verification dialog with four digit slots, resend countdown, and success or error feedback.

npx jabkit add otp-dialog

Component Data

ID
otp-dialog
Category
dashboard
Version
1.0.0
Added
2026-09-06
Type
block
Keyboard nav
Yes
Reduced motion
Yes
authdashboarddialogformotpverificationtwo-factor

Dependencies

  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <OtpDialog {...otpDialogMocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <OtpDialog {...otpDialogMocks.alternate} />
    </div>