# XWUIFeedbackAlert

Alert message box with variants

## Basic Usage

Alert messages with different severity levels.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Alert messages with different severity levels.
```

## Variants

Title + message, dismissible, and filled styling options.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: Title + message, dismissible, and filled styling options.
```

## Action Alert

Pair each alert with an inline action button so users can respond directly from the notification.

```example
file: examples/ActionAlert.ts
html: examples/ActionAlert.html
title: Action Alert
description: Session, upload, and update alerts each with an inline action button.
```

## Icon-less Notices

Compact text-only notice strips with the variant icon disabled for dense layouts.

```example
file: examples/IconlessNotices.ts
html: examples/IconlessNotices.html
title: Icon-less Notices
description: Text-only alerts created with showIcon set to false.
```

```api
```
