EntityCard
Each example below is a real component instance — flip the theme toggle to see how it adapts.
Service#
Loading…
Incident#
Loading…
Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| type * | enum | — | |
| title * | ReactNode | — | |
| subtitle | ReactNode | — | Subtitle line — typically owner / scope. |
| description | ReactNode | — | Body description. |
| stats | readonly EntityStat[] | undefined | — | Stat tiles. Up to 6 fit comfortably across one row. |
| actions | ReactNode | — | Right-side actions (buttons). |
| glyph | ReactNode | — | Override the leading glyph. |