# XWUIInputOTP

XWUIInputOTP Component One-time password input with multiple digits.

## Basic Usage

6-digit OTP input for verification codes.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: 6-digit OTP input for verification codes.
```

## Masked PIN

A 4-box PIN entry using the password type so each digit is masked.

```example
file: examples/MaskedPin.ts
html: examples/MaskedPin.html
title: Masked PIN
description: A four-box account PIN with masked digits for shoulder-surf protection.
```

## Redemption Code

An 8-box alphanumeric gift-card code at the large size.

```example
file: examples/RedemptionCode.ts
html: examples/RedemptionCode.html
title: Redemption Code
description: An eight-box text OTP for a gift-card code, rendered large for readability.
```

```api
```
