Uppercase section marker with a short glowing accent line — use between content sections on dark pages to create visual rhythm.
| Field | Type | |
|---|---|---|
| text | string. Label text (uppercased automatically). | required |
| colour | string. Accent colour. Default | optional |
| margin | string. Vertical margin. Default 24px 0 12px. | optional |
{
"type": "section_label",
"text": "New"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:section_label",
"displayName": "Section Label",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/section_label",
"capabilities": [
"apps-script-web",
"web",
"meet-stage"
],
"description": "Uppercase section marker with a short glowing accent line \u2014 use between content sections on dark pages to create visual rhythm.",
"representativeQueries": [
"show a uppercase section marker with glowing accent pill",
"uppercase section marker with a short glowing accent line \u2014 use between content sections on dark pag",
"render a section label"
]
}
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 →