Skip to content

Sheet

GraphSheet

A table with section titles. API surfaces, RFCs, grouped specs.

Good when a table needs section titles — an API, an RFC, a spec with groups. A flat table is Table. Label/value rows are Spec.

Command

RFC

Section titles sit above their rows. Same columns throughout.

[ RFC ]
ItemOwnerStatus
Scope
CLI copies filespriyadone
Docs previewsjonnow
Out of scope
npm packagelater
Figma kitlater

Surface

Grouped API table. Footer is optional.

[ SURFACE ]
NameKindStable
Frame
Graphprimitiveyes
GraphBodyprimitiveyes
Charts
GraphTablecomponentyes
GraphSheetcomponentnew

Props

PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
headersstring[]Column headings. Sentence case.
sectionsSheetSection[]Each section has a title and rows of cells.
footerReactNode[]Optional totals row under a rule.
align("left" | "right")[]left, then rightPer-column alignment. Defaults to left on the first column.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.