# XWUIOverlayToast

Toast notification system

## Basic Usage

XWUIOverlayToast Component Toast notification system.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIOverlayToast Component Toast notification system.
```

## Success Toast

Configures the toast surface, then pushes a titled success toast - the standard "saved" confirmation, pinned open here so it stays visible.

```example
file: examples/SuccessToast.ts
html: examples/SuccessToast.html
title: Success Toast
description: Configures the toast surface, then pushes a titled success toast - the standard "saved" confirmation, pinned open here so it stays visible.
```

## Toast With Action

An error toast carrying an Undo action button, positioned bottom-center - the classic "deleted, tap to undo" pattern.

```example
file: examples/WithAction.ts
html: examples/WithAction.html
title: Toast With Action
description: An error toast carrying an Undo action button, positioned bottom-center - the classic "deleted, tap to undo" pattern.
```

```api
```
