# XWUIDashboardAlertCenter

A threshold alert management center: configurable alert rules (metric, operator, threshold, severity) alongside a live feed of triggered alert events that operators can acknowledge. The component emits intent events; the host owns persistence and the rule-creation form.

## Basic Usage

Rules and a triggered-alerts feed with acknowledge support.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Rules and a live triggered-alerts feed with acknowledge support.
```

## Acknowledging Alerts

A busier feed demonstrating severity coloring and the live unacknowledged-count badge.

```example
file: examples/AcknowledgingAlerts.ts
html: examples/AcknowledgingAlerts.html
title: Acknowledging Alerts
description: A busier feed showing severity coloring, relative timestamps, and the unacknowledged-count badge updating live as alerts are acknowledged.
```

## API

```api
```
