# XWUIStatistic

KPI / statistic display tile with title, prefix/suffix and precision.

## Basic Usage

Active-users count tile.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Active-users count tile.
```

## Currency

Revenue tile with `$` prefix and 2 decimals.

```example
file: examples/Currency.ts
html: examples/Currency.html
title: Currency
description: Revenue tile with `$` prefix and 2 decimals.
```

## Conversion Rate

Percentage KPI with the percent value type, green styling and count-up.

```example
file: examples/ConversionRate.ts
html: examples/ConversionRate.html
title: Conversion Rate
description: Percent value type with green styling and count-up.
```

## Dashboard Grid

Three KPI tiles mixing compact, currency and integer value types.

```example
file: examples/DashboardGrid.ts
html: examples/DashboardGrid.html
title: Dashboard Grid
description: Compact, currency and integer KPI tiles in a row.
```

```api
```
