# XWUIOverlayNotification

Notification box: title, description, placement, type (Ant Design Notification equivalent).

## Basic Usage

Notification box: title, description, placement, type (Ant Design Notification equivalent).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Notification box: title, description, placement, type (Ant Design Notification equivalent).
```

## Variants

Different type options.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: Different type options.
```

## Auto-dismiss Toast

A "Draft saved" success toast that auto-closes after 4 seconds and reports it via an onClose callback.

```example
file: examples/AutoDismissToast.ts
html: examples/AutoDismissToast.html
title: Auto-dismiss Toast
description: Bottom-right success toast that auto-dismisses via duration and fires onClose.
```

## Deployment Alert

A persistent error notification whose icon and description are rich HTMLElements (SVG glyph plus a retry link).

```example
file: examples/DeploymentAlert.ts
html: examples/DeploymentAlert.html
title: Deployment Alert
description: Error notification using an HTMLElement icon and HTMLElement description for a failed build.
```

```api
```
