Pulse
Pulsing glow wrapper.
Wraps a child component in a pulsing glow β useful to draw attention to a status or alert.
type Β· pulse
An animated visual primitive.
How to use it
Just ask for it in chat β the agent emits this widget and the shell renders it:
Try saying
βmake a pulsing red 'LIVE' badgeβ
Example
The agent returns this A2UI component (inside the components array of a /chat response):
pulse.json
{
"type": "pulse",
"glowColor": "0xFFFF5722",
"intensity": 0.8,
"child": {
"type": "text",
"content": "β LIVE",
"color": "0xFFFF5722"
}
}Properties
| Prop | Type | Description |
|---|---|---|
glowColor | color | Glow color |
intensity | number | 0β1 glow strength |
child | component | The wrapped component |
Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.