Skip to content

view on a desktop screen for a better experience.

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

[ TWO WAYS TO LEARN ]

fragments

a system

MDX

```
+------------- [ TWO WAYS TO LEARN ] --------------+
|                                                  |
| █ · █ · ·   █ █ █ █ █                            |
| · █ · █ ·   █ █ █ █ █                            |
| █ · · · █   █ █ █ █ █                            |
| fragments   a system                             |
|                                                  |
+--------------------------------------------------+
```

install

command

coverage

[ COVERAGE ]

this week

MDX

```
+------------------ [ COVERAGE ] ------------------+
|                                                  |
| █ █ █ █ ·                                        |
| █ █ · █ █                                        |
| █ · █ █ █                                        |
| this week                                        |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
itemsCellGrid[]Each item is a labeled 0/1 matrix. Optional when children are Markdown.
childrenMarkdown- 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.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.