# Stat Card

Glowing neon stat card — large value with label and optional delta

## Surfaces

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

## Fields

| Field | Type |
|---|---|
| value | string |
| label | string |
| delta | string (optional) |
| is_up | bool (optional) |
| accent | string (optional) |

## Example payload

```json
{
  "type": "stat_card",
  "value": "1,234",
  "label": "Stat Card"
}
```

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