Tab Bar

A horizontal navigation component displaying a set of clickable tabs,

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a series of buttons or text links. Visual tab styling and active state might be limited.
emailRenders as a simple list of links, losing visual tab styling and active state.
pdfRenders as a simple list of links, losing visual tab styling and active state.
Fields
FieldType
tabslist of {label: string, url: string, is_active: boolean, icon: string (optional, e.g., 'home')}optional
Example payload
{
  "type": "tab_bar"
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →