STATUS GRID
System health board for dashboards. Each row shows a service name with a live status dot and label. Supports 1–3 column layouts.
PREVIEW
INSTALLATION
USAGE
COLUMNS
columns=1
columns=2
columns=3
STATUSES
PROPS
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| systems | SystemEntry[] | — | Array of system entries to display. |
| title | string | undefined | Optional header label shown above the grid. |
| columns | 1 | 2 | 3 | 1 | Number of columns in the grid layout. |
| className | string | — | Additional classes merged via cn(). |
SYSTEMENTRY FIELDS
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| name | string | — | Service or system name displayed on the left. |
| status | ACTIVE | OFFLINE | WARNING | CRITICAL | SCANNING | — | Controls the dot color, glow, and status label. |
| detail | string | undefined | Optional muted secondary text shown beside the name. |