Skip to content

view on a desktop screen for a better experience.

flow

GraphFlow

A process on a dashed arrow. One markdown line per path, split on →. Bold the node you're on. A dated list is Timeline. A schedule is Gantt.

optimistic ui

[ OPTIMISTIC UI ]
tap
server
update
tap
update
server syncs

MDX

```
+--------------- [ OPTIMISTIC UI ] ----------------+
|                                                  |
| tap → server → update                            |
| tap → update → server syncs                      |
|                                                  |
+--------------------------------------------------+
```

install

command

publish path

[ PUBLISH PATH ]
write
review
ship

MDX

```
+---------------- [ PUBLISH PATH ] ----------------+
|                                                  |
| write → review → ship                            |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
rowsFlowRow[]Each row is a sequence of nodes. Optional when children are Markdown.
childrenMarkdownrequest → **middleware** → handler
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.