Skip to content

Cells

GraphCells

Grid of filled and empty cells, drawn with glyphs. Useful for density or comparing two sets.

Command

pnpm dlx shadcn@latest add <origin>/r/graph-cells.json

Two ways to learn

Sparse fragments versus a filled grid.

[ TWO WAYS TO LEARN ]

fragments

a system

Coverage

A single grid. Empty cells stay as the quiet glyph.

[ COVERAGE ]

this week

Props

PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
itemsCellGrid[]Each item is a labeled 0/1 matrix.
glyphs"shade" | "ascii" | "hash" | "bar" | string[]"shade"Character set. shade is ·░▒▓█. ascii is .- =#@. Pass a preset or your own characters.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.