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
tap
server
update
tap
update
server syncs
MDX
```
+--------------- [ OPTIMISTIC UI ] ----------------+
| |
| tap → server → update |
| tap → update → server syncs |
| |
+--------------------------------------------------+
```install
command
publish path
write
review
ship
MDX
```
+---------------- [ PUBLISH PATH ] ----------------+
| |
| write → review → ship |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| rows | FlowRow[] | — | Each row is a sequence of nodes. Optional when children are Markdown. |
| children | Markdown | — | request → **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. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |