Clock
Simple live clock face.
A live updating clock β analog/digital face for the current local time.
type Β· clock
Runs entirely in the shell β no backend needed.
How to use it
Just ask for it in chat β the agent emits this widget and the shell renders it:
Try saying
βput a clock on my desktopβ
Example
The agent returns this A2UI component (inside the components array of a /chat response):
clock.json
{
"type": "clock",
"format": "12h"
}Properties
| Prop | Type | Description |
|---|---|---|
format | 12h|24h | Time format |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.