Tabs

CSS-only tabbed panels — ideal for multi-language code examples

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
accentstringoptional
tabs[{'label': 'string', 'language': 'string', 'content': 'string'}]required
Example payload
{
  "type": "tabs",
  "tabs": [
    {
      "label": "Tab 1",
      "content": "Content one."
    },
    {
      "label": "Tab 2",
      "content": "Content two."
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →