# XWUIAlert

Alert message with `info` / `success` / `warning` / `error` variants, optional icon, action, dismiss, bordered / filled styles.

## Basic Usage

Default info alert.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default info alert.
```

## Variants

info · success · warning · error stacked.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: info · success · warning · error stacked.
```

## With Action

Action button + close.

```example
file: examples/WithAction.ts
html: examples/WithAction.html
title: With Action
description: Action button + close.
```

## Filled

Solid-fill variant for high emphasis.

```example
file: examples/Filled.ts
html: examples/Filled.html
title: Filled
description: Solid-fill variant for high emphasis.
```

```api
```
