# XWUICardDeal

Sales opportunity card: stage, amount, probability, weighted value, close date, owner. Designed for pipeline columns and forecast lists.

## Basic Usage

Just a deal title.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Just a deal title.
```

## Full

Title + account + amount + probability + stage + owner + close date.

```example
file: examples/Full.ts
html: examples/Full.html
title: Full
description: Title + account + amount + probability + stage + owner + close date.
```

## Stages

Every stage from lead → won/lost, each with a semantic variant.

```example
file: examples/Stages.ts
html: examples/Stages.html
title: Stages
description: Every stage from lead → won/lost, each with a semantic variant.
```

## Compact

Tight one-line row for use in a pipeline column.

```example
file: examples/Compact.ts
html: examples/Compact.html
title: Compact
description: Tight one-line row for use in a pipeline column.
```

## Localized

Override `locale` + `currency` for non-USD pipelines.

```example
file: examples/Localized.ts
html: examples/Localized.html
title: Localized
description: Override `locale` + `currency` for non-USD pipelines.
```

```api
```
