Section Label

Uppercase section marker with a short glowing accent line — use between content sections on dark pages to create visual rhythm.

Surfaces
apps-script-webwebmeet-stage
Fields
FieldType
textstring. Label text (uppercased automatically).required
colourstring. Accent colour. Defaultoptional
marginstring. Vertical margin. Default 24px 0 12px.optional
Example payload
{
  "type": "section_label",
  "text": "New"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →