diff
GraphDiff
What was added, removed, or kept. Write `- app: +31 kb`. Bold the total. Numeric before/after is Slope.
bundle
- vendor84 kb
- app31 kb
- sourcemaps12 kb
shipped103 kb
MDX
```
+------------------- [ BUNDLE ] -------------------+
| |
| vendor 84 kb |
| + app 31 kb |
| - sourcemaps 12 kb |
| shipped 103 kb |
| |
+--------------------------------------------------+
```install
command
headcount
- start12
- hired3
- left1
now14
MDX
```
+----------------- [ HEADCOUNT ] ------------------+
| |
| start 12 |
| + hired 3 |
| - left 1 |
| now 14 |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| rows | DiffRow[] | — | label, value, and optional sign: add, remove, or keep. Optional when children are Markdown. |
| children | Markdown | — | - app: +31 kb |
| footer | DiffRow | — | Total row under a rule. |
| 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. |