# XWUIRankedList

Vertical list of ranked rows: rank gutter, leading icon or avatar, primary label
with optional subtitle, and a trailing value with an optional up/down trend
delta.

## The component ranks nothing

Rows are rendered in the order given. The rank gutter numbers them 1..n in that
order, so a list handed to it unsorted is displayed confidently and wrongly.
Sort before you pass `items` in - the ordering is a decision about your data, and
this component deliberately does not make it for you.

`maxItems` truncates after ordering; it does not select a "top N" by value.

## Basic Usage

```html
<xwui-ranked-list show-rank="true" value-type="number" size="md"></xwui-ranked-list>
```

## Values and currency

`valueType` picks the trailing column's treatment (`number`, `currency`,
`percent`); `currency` and `locale` feed the currency formatting. Leaderboards,
top-products panels and "most active" widgets are the shape this exists for.

## API

```api
```
