check
GraphCheck
A punch list. Write `- [x] freeze tokens`. A note after an em dash sits under the row. Dated steps are Timeline.
launch
- freeze tokens
- ship registry json
- write the postmortemstill open
MDX
```
+------------------- [ LAUNCH ] -------------------+
| |
| [x] freeze tokens |
| [x] ship registry json |
| [ ] write the postmortem still open |
| |
+--------------------------------------------------+
```install
command
review
- title is a sentence
- numbers are tabular
- motion respects reducedcheck the timer
MDX
```
+------------------- [ REVIEW ] -------------------+
| |
| [x] title is a sentence |
| [x] numbers are tabular |
| [ ] motion respects reduced check the timer |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| items | CheckItem[] | — | label, optional done, optional note under the label. Optional when children are Markdown. |
| children | Markdown | — | - [x] freeze tokens |
| 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. |