Carousel

CSS-only sliding carousel with dot indicators and prev/next arrows

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
pdfonly first slide renders — use gallery instead
Fields
FieldType
accentstringoptional
captionstringoptional
slides[{'url': 'string', 'label': 'string', 'subtitle': 'string'}]optional
Example payload
{
  "type": "carousel"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →