# XWUIAuthForgotPassword

Forgot-password card with email input + "back to sign in" link. Three layout variants like the other auth blocks.

## Basic Usage

Default block-1 forgot-password card.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default block-1 forgot-password card.
```

## Block Variants

All three layouts side by side.

```example
file: examples/BlockVariants.ts
html: examples/BlockVariants.html
title: Block Variants
description: All three layouts side by side.
```

## Enterprise Branded

A corporate reset screen pairing the company logo with a short trust checklist.

```example
file: examples/EnterpriseBranded.ts
html: examples/EnterpriseBranded.html
title: Enterprise Branded
description: Block-3 split layout with branding and a reassurance checklist.
```

## Submit Handler

Captures the email through onSubmit and confirms the reset link was sent.

```example
file: examples/SubmitHandler.ts
html: examples/SubmitHandler.html
title: Submit Handler
description: Wires onSubmit and onSignIn to a live status line.
```

```api
```
