# XWUIGameFactionReputation

Reputation panel that lists factions as rows, each with an icon, name, current rank label, a `reputation / maxRep` readout, and a progress bar. Optional rank-threshold markers sit along the bar (positioned by each rank's threshold), and an optional rewards list can spell out what each rank grants. Use it on a reputation/standing screen to show progress toward the next faction rank.

## Basic Usage

Mounts the panel with rank-threshold markers enabled and rewards hidden, ready for a `factions` array.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A faction reputation list with progress bars, rank labels, and threshold markers.
```

## With Rewards

Enables the rewards list so each rank's unlock (discounts, mounts, recipes) is shown beneath its progress bar.

```example
file: examples/WithRewards.ts
html: examples/WithRewards.html
title: With Rewards
description: A reputation panel with showRewards enabled, listing what each faction rank unlocks.
```

## Single Faction Maxed

A focused single-faction panel at maximum standing, with a full bar and the complete rank ladder marked.

```example
file: examples/SingleFactionMaxed.ts
html: examples/SingleFactionMaxed.html
title: Single Faction Maxed
description: One faction at maxed Exalted standing showing the full six-tier rank ladder.
```

```api
```
