timer
GraphTimer
Elapsed time, how long ago, or the time of day. The numbers update every second.
incident
Counts up from a start time.
00:00:00
api
MDX
```
+------------------ [ INCIDENT ] ------------------+
| |
| kind: elapsed |
| at: 2026-08-27T08:00:00Z |
| caption: api |
| |
+--------------------------------------------------+
```install
command
last deploy
How long since the last deploy.
0s ago
last deploy
MDX
```
+------------------ [ SHIPPED ] -------------------+
| |
| kind: ago |
| at: 2026-08-27T12:00:00Z |
| caption: last deploy |
| |
+--------------------------------------------------+
```local
The time of day, updating every second.
00:00:00
MDX
```
+------------------- [ LOCAL ] --------------------+
| |
| kind: clock |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| kind | "elapsed" | "ago" | "clock" | "elapsed" | elapsed counts up from at. ago is relative. clock is the time of day. |
| at | Date | number | string | — | Start time for elapsed and ago. A date, timestamp, or ISO string. |
| caption | string | — | Line under the number. |
| 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. |