Neon-coloured glowing text, ideal for dark technical pages
| Field | Type | |
|---|---|---|
| text | string | required |
| colour | string (optional, hex, default #22d3ee) | optional |
| size | string (optional, CSS font-size) | optional |
| weight | string or number | optional |
| align | string (optional, left|center|right) | optional |
| flicker | boolean | optional |
{
"type": "neon_text",
"text": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:neon_text",
"displayName": "Neon Text",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/neon_text",
"capabilities": [
"apps-script-web"
],
"description": "Neon-coloured glowing text, ideal for dark technical pages",
"representativeQueries": [
"show a neon-glow coloured text",
"neon-coloured glowing text, ideal for dark technical pages",
"render a neon text"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →