# XWUIDBDashboard

A landing dashboard for a document-database admin console, mirroring the KEYSTONE `/` page. It composes a `power/XWUIKPIStrip` ribbon (databases, collections, and any provided document / encrypted-field / indexed-field counts) above a `enterprise/XWUIDataGrid` of recent-activity rows, followed by a "Your databases" grid of clickable shortcut tiles. `showKPIs`/`showActivity`/`showShortcuts` toggle each section, and `title`/`statusText` drive the toolbar.

## Basic Usage

A dashboard for three databases with mock KPIs (3 databases, 9 collections, 18,432 documents, 14 encrypted fields), four recent-activity rows, and three shortcut tiles wired to console-logging open handlers.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A KEYSTONE-shaped DB dashboard with a KPI ribbon, a four-row activity grid, and three database shortcut tiles.
```

## Ops Health Summary

A fleet-wide SRE rollup that hides the shortcut grid and leans on a long, paginated activity stream plus an incident status pill.

```example
file: examples/OpsHealthSummary.ts
html: examples/OpsHealthSummary.html
title: Ops Health Summary
description: A 128-database fleet view with shortcuts hidden and a twelve-row activity feed of rebuilds, replica-lag and key-rotation events.
```

## Embedded KPI Widget

A KPI-only embed for a single free-tier project, with the activity table and shortcut grid both switched off.

```example
file: examples/EmbeddedKPIWidget.ts
html: examples/EmbeddedKPIWidget.html
title: Embedded KPI Widget
description: A compact KPI-only dashboard for one free-tier project showing just the databases, collections and documents counts.
```

```api
```
