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.
One court, three rounds — every player partners with every other exactly once.
Two courts, seven rounds — a full partner rotation.
tabs)| Field | Type | |
|---|---|---|
| accent | string. Active-tab underline colour. | optional |
| default_index | integer (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 |
{
"type": "content_tabs"
}
{
"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"
]
}
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 →