# Glowing Stat

Single large stat with neon glow effect on dark background

## Surfaces

web, google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| value | string or number |
| label | string (optional) |
| colour | string (optional, hex, default #22d3ee) |
| size | string (optional, CSS font-size) |
| prefix | string (optional) |
| suffix | string (optional) |
| glow | boolean (optional) |

## Example payload

```json
{
  "type": "glowing_stat",
  "value": 1
}
```

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