# XWUICardCompany

A CRM company/account card that pairs a square logo (auto-initials when no image) and identity block - name, a coloured type badge (`customer`, `prospect`, `partner`, `churned`, `lead`), and an `industry · size · revenue · location` sub-line - with an optional stats grid (each cell showing a value plus an up/down/flat trend arrow), tag chips, and an account-owner footer. Choose `default`, `outlined`, `elevated`, or `filled` variants in `sm`/`md`/`lg` sizes, and make it `clickable` for keyboard-accessible row selection.

## Basic Usage

The minimal card - a single `name`, with the logo falling back to auto-generated initials.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Minimal company card built from a name only.
```

## Account Types

The five `type` values - customer, prospect, partner, lead, churned - each rendering a badge in its mapped semantic colour.

```example
file: examples/AccountTypes.ts
html: examples/AccountTypes.html
title: Account Types
description: customer / prospect / partner / lead / churned, each mapped to a semantic tone.
```

## Customer

A fully populated customer card with domain, industry, employee count, revenue, a stats grid with trend arrows, tags, and an account owner.

```example
file: examples/Customer.ts
html: examples/Customer.html
title: Customer
description: A customer account card with stats, tags, and an account owner.
```

## Variants

The four visual variants - default, outlined, elevated, filled - shown side by side.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: default / outlined / elevated / filled variants side by side.
```

```api
```
