Timeline
GraphTimeline
Vertical list of dates. Mark one row as current with the accent color.
Command
pnpm dlx shadcn@latest add <origin>/r/graph-timeline.jsonShipped
The current row uses the accent. Upcoming rows stay outline-only.
- Mar 12CLI copies the files
- Mar 18Docs, live previews
- Apr 02Registry listed
Incident
Three events with the rollback marked as current.
- 14:02p95 crossed 800ms
- 14:11rolled back the cache flag
- 14:40write the postmortem
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| events | TimelineEvent[] | — | date, label, and optional state: done, now, or next. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |