# XWUIAuthOTP

OTP / verification-code auth block with three layout variants and a configurable code length.

## Basic Usage

Default 6-digit OTP entry + resend link.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default 6-digit OTP entry + resend link.
```

## With Contact Step

Block 2 - contact field (email/phone) then OTP.

```example
file: examples/WithContactStep.ts
html: examples/WithContactStep.html
title: With Contact Step
description: Block 2 - contact field (email/phone) then OTP.
```

## Four Digit

Short 4-digit code (`otpLength: 4`).

```example
file: examples/FourDigit.ts
html: examples/FourDigit.html
title: Four Digit
description: Short 4-digit code (`otpLength: 4`).
```

```api
```
