# XWUILayoutNotification

Pre-built notification / toast layouts via `block`.

## Basic Usage

Block-1 info toast with title + message + auto-dismiss.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Block-1 info toast with title + message + auto-dismiss.
```

## Variants

All four notification types - info, success, warning and error.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: All four notification types - info, success, warning and error.
```

## Error Toast

A block-1 error notification with a clear failure message and a longer dismiss time.

```example
file: examples/ErrorToast.ts
html: examples/ErrorToast.html
title: Error Toast
description: A block-1 error notification with a clear failure message and a longer dismiss time.
```

```api
```
