# Progress Bar

Animated CSS progress bar with glow pulse effect

## Surfaces

web, google-meet-stage, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| value | integer (0-100) |
| label | string |
| accent | string (optional) |
| show_percent | bool (optional) |
| caption | string (optional) |

## Example payload

```json
{
  "type": "progress_bar",
  "value": 75,
  "label": "Progress Bar"
}
```

Live page: https://a2uicatalog.ai/atoms/progress_bar/
Full field contract: https://a2uicatalog.ai/spec.json
