cells
GraphCells
A small 0/1 grid. Write `- fragments: 1 0 1 0 0 / 0 1 0 1 0`. A share of a hundred cells is Waffle.
two ways to learn
fragments
a system
MDX
```
+------------- [ TWO WAYS TO LEARN ] --------------+
| |
| █ · █ · · █ █ █ █ █ |
| · █ · █ · █ █ █ █ █ |
| █ · · · █ █ █ █ █ █ |
| fragments a system |
| |
+--------------------------------------------------+
```install
command
coverage
this week
MDX
```
+------------------ [ COVERAGE ] ------------------+
| |
| █ █ █ █ · |
| █ █ · █ █ |
| █ · █ █ █ |
| this week |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| items | CellGrid[] | — | Each item is a labeled 0/1 matrix. Optional when children are Markdown. |
| children | Markdown | — | - fragments: 1 0 1 0 0 / 0 1 0 1 0 |
| glyphs | "shade" | "ascii" | "hash" | "bar" | string[] | "shade" | Character set. shade is ·░▒▓█. ascii is .- =#@. Pass a preset or your own characters. |
| 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. |