Skip to content

view on a desktop screen for a better experience.

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

[ SHIPPED ]
  1. Mar 12CLI copies the files
  2. Mar 18Docs, live previews
  3. Apr 02Registry listed

MDX

```
+------------------ [ SHIPPED ] -------------------+
|                                                  |
| ●  Mar 12  CLI copies the files                  |
| │                                                |
| ●  Mar 18  Docs, live previews                   |
| │                                                |
| ○  Apr 02  Registry listed                       |
|                                                  |
+--------------------------------------------------+
```

install

command

incident

[ INCIDENT ]
  1. 14:02p95 crossed 800ms
  2. 14:11rolled back the cache flag
  3. 14:40write the postmortem

MDX

```
+------------------ [ INCIDENT ] ------------------+
|                                                  |
| ●  14:02  p95 crossed 800ms                      |
| │                                                |
| ●  14:11  rolled back the cache flag             |
| │                                                |
| ○  14:40  write the postmortem                   |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
eventsTimelineEvent[]date, label, and optional state: done, now, or next. Optional when children are Markdown.
childrenMarkdown- **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.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.