# XWUIDisplayMonetary

Read-only currency-formatted value display. Companion to `XWUIInputMonetary` for tables, KPI tiles, aging rows, deal cards.

## Basic Usage

Default USD formatting: `"$1,234.56"`.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default USD formatting: `"$1,234.56"`.
```

## Currencies

Same number in USD / EUR / JPY / GBP / SAR with the right symbol + decimals.

```example
file: examples/Currencies.ts
html: examples/Currencies.html
title: Currencies
description: Same number in USD / EUR / JPY / GBP / SAR with the right symbol + decimals.
```

## Signed Tone

Positive green / negative red - for P&L / aging tables.

```example
file: examples/SignedTone.ts
html: examples/SignedTone.html
title: Signed Tone
description: Positive green / negative red - for P&L / aging tables.
```

## Compact Style

`"$1.2K"`, `"$12M"` - for KPI tiles.

```example
file: examples/CompactStyle.ts
html: examples/CompactStyle.html
title: Compact Style
description: `"$1.2K"`, `"$12M"` - for KPI tiles.
```

## Null Placeholder

Render `" - "` when value is null/undefined.

```example
file: examples/NullPlaceholder.ts
html: examples/NullPlaceholder.html
title: Null Placeholder
description: Render `" - "` when value is null/undefined.
```

```api
```
