# XWUIDashboardAnomalyBadge

A small inline badge that flags an anomalous or outlier data point next to a value in a table or card. Hovering or focusing the badge reveals a tooltip explaining the expected vs. actual value; `critical` severity pulses subtly to draw attention.

## Basic Usage

A warning badge next to a value, with an explanatory tooltip.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A warning badge next to a revenue value; hover or focus the badge to see the expected-vs-actual tooltip.
```

## All Severities

Info, warning, and critical badges side by side.

```example
file: examples/Severities.ts
html: examples/Severities.html
title: All Severities
description: Info, warning, and critical badges side by side; the critical dot pulses subtly to draw attention.
```

## API

```api
```
