# XWUIDashboardWidget

Universal dashboard tile (header + body + footer) - Monday.com / Lark style. Built-in drag handle, status pill, loading skeleton, action row.

## Basic Usage

Title + body - simplest tile.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Title + body - simplest tile.
```

## KPI Tile

Big number + delta + health pill in the header.

```example
file: examples/KPITile.ts
html: examples/KPITile.html
title: KPI Tile
description: Big number + delta + health pill in the header.
```

## With Actions

Three inline action buttons; primary highlighted.

```example
file: examples/WithActions.ts
html: examples/WithActions.html
title: With Actions
description: Three inline action buttons; primary highlighted.
```

## Loading

Skeleton overlay while data is fetched.

```example
file: examples/Loading.ts
html: examples/Loading.html
title: Loading
description: Skeleton overlay while data is fetched.
```

```api
```
