# XWUILowStockBadge

A tiny inline urgency badge for an in-stock product's price / add-to-cart area: shows "Only {n} left in stock" once `quantityAvailable` drops to or below `visibleThreshold`, escalates to an extra-urgent style at or below `urgentThreshold`, and shows `soldOutLabel` when quantity reaches zero. Renders empty above the visible threshold. Purely display - no events, no user interaction.

## Usage

```ts
import { XWUILowStockBadge } from '@exonware/xwui/industry';

new XWUILowStockBadge(host, {
  quantityAvailable: 3,
});
```

```api
```
