CSS-only tabbed panels — ideal for multi-language code examples
Content one.Content two.| Field | Type | |
|---|---|---|
| accent | string | optional |
| tabs | [{'label': 'string', 'language': 'string', 'content': 'string'}] | required |
{
"type": "tabs",
"tabs": [
{
"label": "Tab 1",
"content": "Content one."
},
{
"label": "Tab 2",
"content": "Content two."
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:tabs",
"displayName": "Tabs",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/tabs",
"capabilities": [
"web",
"google-meet-stage",
"google-apps-script-web",
"mcp-apps"
],
"description": "CSS-only tabbed panels \u2014 ideal for multi-language code examples",
"representativeQueries": [
"show a tabbed content panels",
"css-only tabbed panels \u2014 ideal for multi-language code examples",
"render a 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 →