CommitGrid
A CommitGrid component from the Sigil design system.
import { CommitGrid } from "@sigil-ui/components";
<CommitGrid>...</CommitGrid>
| Prop | Type | Default | Description |
|---|
data | CommitDay[] | — | — |
weeks | number | 52 | Number of weeks to show. |
endDate | string | — | Last date to render, formatted as YYYY-MM-DD. Defaults to the latest date in data. |
cellSize | number | 12 | Size of each cell in px. |
gap | number | 2 | Gap between cells in px. |
color | string | var(--s-success) | Color for filled cells. |
showDayLabels | boolean | true | Day labels on left side. |
showMonthLabels | boolean | true | Month labels on top. |
| CSS Variable | Purpose |
|---|
--s-success | Success |
--s-text-muted | Text muted |
--s-font-mono | Font mono |