timeline
GraphTimeline
A dated list. Write `- Mar 18: Docs`; bold the current row, italic the next. A punch list is Check. A schedule with start and end is Gantt.
shipped
- Mar 12CLI copies the files
- Mar 18Docs, live previews
- Apr 02Registry listed
MDX
```
+------------------ [ SHIPPED ] -------------------+
| |
| ● Mar 12 CLI copies the files |
| │ |
| ● Mar 18 Docs, live previews |
| │ |
| ○ Apr 02 Registry listed |
| |
+--------------------------------------------------+
```install
command
incident
- 14:02p95 crossed 800ms
- 14:11rolled back the cache flag
- 14:40write the postmortem
MDX
```
+------------------ [ INCIDENT ] ------------------+
| |
| ● 14:02 p95 crossed 800ms |
| │ |
| ● 14:11 rolled back the cache flag |
| │ |
| ○ 14:40 write the postmortem |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| events | TimelineEvent[] | — | date, label, and optional state: done, now, or next. Optional when children are Markdown. |
| children | Markdown | — | - **Mar 18: Docs, live previews** |
| palette | "mono" | "duo" | "multi" | "mono" | mono is one accent plus muted. duo paints the second series with --graph-accent-2. multi cycles three accents. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |