CSS-only tabbed panels — ideal for multi-language code examples
| 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",
"meet-stage",
"apps-script-web"
],
"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 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 →