CSS-only sliding carousel with dot indicators and prev/next arrows
| Surface | Note |
|---|---|
| only first slide renders — use gallery instead |
| Field | Type | |
|---|---|---|
| accent | string | optional |
| caption | string | optional |
| slides | [{'url': 'string', 'label': 'string', 'subtitle': 'string'}] | optional |
{
"type": "carousel"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:carousel",
"displayName": "Carousel",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/carousel",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "CSS-only sliding carousel with dot indicators and prev/next arrows",
"representativeQueries": [
"show a horizontally scrollable card carousel",
"css-only sliding carousel with dot indicators and prev/next arrows",
"render a carousel"
]
}
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 →