# XWUIDisplayHealthIndicator

Project / OKR / sprint health pill. Maps `on-track | at-risk | off-track | on-hold | complete | unknown` to standard PM color semantics.

## Basic Usage

Default "on track" pill.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default "on track" pill.
```

## All Levels

Every health level rendered.

```example
file: examples/AllLevels.ts
html: examples/AllLevels.html
title: All Levels
description: Every health level rendered.
```

## Variants

pill (default) · dot · gauge (with percent bar).

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: pill (default) · dot · gauge (with percent bar).
```

## Dot Only

Compact dot indicator for dense lists / tables.

```example
file: examples/DotOnly.ts
html: examples/DotOnly.html
title: Dot Only
description: Compact dot indicator for dense lists / tables.
```

```api
```
