Input OTP

Accessible one-time password input with composed slots, paste handling, and grouped verification layouts.

Installation

$npx maddex add InputOTP

Basic

Start with the uncontrolled six-digit layout from the Maddex composition: grouped slots with a separator in the middle.

Preview

        
            
        
    

Controlled

Bind the value with on-change when the current PIN needs to stay in sync with surrounding page state.

Preview

        
            
        
    

Alphanumeric

Swap the pattern to accept letters and numbers when the code is an invite token, redeem key, or product license.

Preview