Divider

Visual section break

Surfaces
webgoogle-meet-stageemailpdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chathr not supported in Chat cards — omit or use heading instead
Live preview

Fields

No configurable fields.

Example payload
{
  "type": "divider"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:divider",
  "displayName": "Divider",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/divider",
  "capabilities": [
    "web",
    "google-meet-stage",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Visual section break",
  "representativeQueries": [
    "show a horizontal visual section break",
    "visual section break",
    "render a divider"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →