OtpDialog
1.0.0Compact OTP verification dialog with four digit slots, resend countdown, and success or error feedback.
npx jabkit add otp-dialogComponent 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>