ChangelogTable
A ChangelogTable component from the Sigil design system.
import { ChangelogTable } from "@sigil-ui/components";
<ChangelogTable>...</ChangelogTable>
| Prop | Type | Default | Description |
|---|
releases | ChangelogRelease[] | — | — |
showBadges | boolean | true | Show colored type badges. |
| CSS Variable | Purpose |
|---|
--s-success | Success |
--s-info | Info |
--s-warning | Warning |
--s-error | Error |
--s-text-muted | Text muted |
--s-radius-card | Radius card |
--s-border | Border |
--s-surface | Surface |
--s-surface-elevated | Surface elevated |
--s-font-mono | Font mono |
--s-text | Text |
--s-radius-sm | Radius sm |