# XWUIDisplayPersonChip

Avatar + name chip for assignee / owner display. Auto-generates initials and color from the name when no avatar is provided.

## Basic Usage

Name only - initials + auto color.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Name only - initials + auto color.
```

## With Avatar

Real avatar + role subtitle + status dot.

```example
file: examples/WithAvatar.ts
html: examples/WithAvatar.html
title: With Avatar
description: Real avatar + role subtitle + status dot.
```

## Removable

X-button - for picker-style assignee selection.

```example
file: examples/Removable.ts
html: examples/Removable.html
title: Removable
description: X-button - for picker-style assignee selection.
```

## Avatar Only

Avatar only with name as title; for tight table cells.

```example
file: examples/AvatarOnly.ts
html: examples/AvatarOnly.html
title: Avatar Only
description: Avatar only with name as title; for tight table cells.
```

```api
```
