# XWUIDashboardDataQualityIndicator

A compact indicator of a dataset's trustworthiness. The collapsed pill shows a dot colored by the worst per-source status plus an "Updated {relative time}" freshness label; clicking it opens a popover with completeness/confidence bars and the full per-source status breakdown.

## Basic Usage

A pill reflecting three sources, one of them degraded.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A pill reflecting three sources, one of them degraded, with completeness/confidence bars and a per-source breakdown in the popover.
```

## Failing Source

A source in an error state drives the pill to its most severe (red) color, even though the other sources are healthy.

```example
file: examples/FailingSource.ts
html: examples/FailingSource.html
title: Failing Source
description: One source is failing outright; the collapsed pill turns red even though completeness and confidence are still both reported.
```

## API

```api
```
