Renders a single section of content that can be expanded or collapsed
| Field | Type | |
|---|---|---|
| header | string The title or label for the collapsible section. | required |
| content | string The main content to be shown or hidden. | required |
{
"type": "accordion_item",
"header": "Section Header",
"content": "A concise description of the content."
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:accordion_item",
"displayName": "Accordion Item",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/accordion_item",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a single section of content that can be expanded or collapsed",
"representativeQueries": [
"show a single collapsible section with toggle by clicking its header, using only CSS",
"renders a single section of content that can be expanded or collapsed",
"render a accordion item"
]
}
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 →