# Neon Glow

Pulsing neon-glow text on a near-black background

## Surfaces

google-apps-script-web, mcp-apps

## Fields

| Field | Type |
|---|---|
| text | string (alias: title, label) |
| color | string (optional, hex, default #22d3ee) |
| size | string (optional, CSS font-size) |

## Example payload

```json
{
  "type": "neon_glow",
  "text": "A concise description of the content."
}
```

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