# XWUIGameAlertIcon

A pulsing icon-plus-message indicator for stealth and danger states, such as a "SPOTTED!" warning during detection or a low-priority info notice. The `alertType` prop (`spotted`, `danger`, `warning`, `info`) drives both the color scheme and the default emoji, while `pulseSpeed` and `position` (`top-center`, `center`, `custom`) control how it animates and where it sits. Toggle the `active` data flag to fade it in and out, set `message` for the text, and use the `flash()` helper to show then auto-hide after a duration.

## Basic Usage

A pulsing alert icon and message for in-game danger or detection states.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A pulsing alert icon and message for in-game danger or detection states.
```

## Spotted Stealth Alert

A fast-pulsing "SPOTTED!" alert flashed via `flash()` when a guard catches the player.

```example
file: examples/SpottedStealth.ts
html: examples/SpottedStealth.html
title: Spotted Stealth Alert
description: A fast-pulsing "SPOTTED!" alert flashed via flash() when a guard catches the player.
```

## Warning and Info Alerts

A warning hazard alert and a calm info notice rendered side by side, each in its own host div.

```example
file: examples/WarningInfoStack.ts
html: examples/WarningInfoStack.html
title: Warning and Info Alerts
description: A warning hazard alert and a calm info notice rendered side by side.
```

```api
```
