# XWUIKPIStrip

Horizontal strip of small KPI tiles that sits above a dashboard grid. Each tile shows a label plus a value that can be plain text, a money object (composes `XWUIDisplayMonetary`), or a `delta` % trend chip; tiles render as buttons when given an `onClick`. Use it for the row of headline stats above richer `XWUIDashboardWidget` cards.

## Basic Usage

Three plain-text KPI tiles with labels and values.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Three plain-text KPI tiles with labels and values.
```

## Flat

Hairline separators instead of card surfaces (`flat: true`) - for nesting the strip inside another card.

```example
file: examples/Flat.ts
html: examples/Flat.html
title: Flat
description: Flat variant with hairline separators instead of card surfaces.
```

## Money And Deltas

Currency-formatted values via `XWUIDisplayMonetary` plus green/red delta chips and sub-labels.

```example
file: examples/MoneyAndDeltas.ts
html: examples/MoneyAndDeltas.html
title: Money And Deltas
description: Currency formatting with green/red delta trend chips.
```

```api
```
