Content Tabs

Tabbed panels where each pane holds real nested atom blocks — the generic multi-section single-page container ("several distinct views of one payload") without needing named-page infrastructure. Unlike `tabs` (code-oriented, single content string per pane), each pane runs the shared block renderer over its own blocks array, like color_section/columns do for their children.

Surfaces
webgoogle-meet-stagegoogle-apps-script-webmcp-apps
Live preview

One court, three rounds — every player partners with every other exactly once.

Two courts, seven rounds — a full partner rotation.

Templates (2 componentIds in tabs)
Fields
FieldType
accentstring. Active-tab underline colour.optional
default_indexinteger (optional, default 0). Which tab is open on load.optional
tabs[{'label': 'string', 'blocks': 'array of atom blocks', 'max_width': 'string (optional, e.g. "90%" or "800px"). Caps and centres this tab\'s own panel content, independent of any color_section a tab\'s blocks may also use — set uniformly across tabs for a consistent inset regardless of each tab\'s internal wrapping.'}]optional
Example payload
{
  "type": "content_tabs"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:content_tabs",
  "displayName": "Content Tabs",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/content_tabs",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Tabbed panels where each pane holds real nested atom blocks \u2014 the generic multi-section single-page container (\"several distinct views of one payload\") without needing named-page infrastructure. Unlike `tabs` (code-oriented, single content string per pane), each pane runs the shared block renderer over its own blocks array, like color_section/columns do for their children.",
  "representativeQueries": [
    "show a tabbed panels holding nested atom blocks",
    "tabbed panels where each pane holds real nested atom blocks \u2014 the generic multi-section single-page",
    "render a content tabs"
  ]
}
← 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 →