A horizontal navigation component displaying a set of clickable tabs,
| Surface | Note |
|---|---|
| googlechat | Renders as a series of buttons or text links. Visual tab styling and active state might be limited. |
| Renders as a simple list of links, losing visual tab styling and active state. | |
| Renders as a simple list of links, losing visual tab styling and active state. |
| Field | Type | |
|---|---|---|
| tabs | list of {label: string, url: string, is_active: boolean, icon: string (optional, e.g., 'home')} | optional |
{
"type": "tab_bar"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:tab_bar",
"displayName": "Tab Bar",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/tab_bar",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "A horizontal navigation component displaying a set of clickable tabs,",
"representativeQueries": [
"show a horizontal tab navigation bar typically leading to different sections or pages",
"a horizontal navigation component displaying a set of clickable tabs,",
"render a tab bar"
]
}
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 →