StatusTable
A StatusTable component from the Sigil design system.
Import
import { StatusTable } from "@sigil-ui/components";Usage
<StatusTable>...</StatusTable>Props
| Prop | Type | Default | Description |
|---|---|---|---|
services | ServiceEntry[] | — | — |
title | string | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-success | Success |
--s-warning | Warning |
--s-error | Error |
--s-info | Info |
--s-radius-card | Radius card |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-shadow-sm | Shadow sm |
--s-text | Text |
--s-text-muted | Text muted |
--s-surface-elevated | Surface elevated |