# XWUIGameIdentityPanel

A dark character identity card that shows a circular portrait beside the character's name, title, level, class, and race. Pass a `portrait` URL/data-URI to render an image, or any other string (e.g. an emoji) to use it as a glyph; with no portrait it falls back to the first letter of the name. Switch between `horizontal` and `vertical` layouts and toggle the portrait, title, and class via `conf_comp`.

## Basic Usage

Mounts an identity card with its default horizontal layout.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A character identity card with portrait, name, title, level, class, and race.
```

## Vertical Card

A portrait-on-top card using the `vertical` layout with an image-URL portrait that renders as an `<img>`.

```example
file: examples/VerticalCard.ts
html: examples/VerticalCard.html
title: Vertical Card
description: A vertical-layout identity card whose http portrait URL renders as an image above the info block.
```

## Minimal Nameplate

A stripped-down nameplate that hides the portrait, title, and class so only the name, level, and race remain.

```example
file: examples/MinimalNameplate.ts
html: examples/MinimalNameplate.html
title: Minimal Nameplate
description: A compact nameplate with showPortrait, showTitle, and showClass disabled, leaving just name, level, and race.
```

```api
```
