Css Slide Panel

Renders a panel that slides into view from the side of the screen on

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
trigger_textstringrequired
panel_contentstringrequired
slide_from_sidestringrequired
Example payload
{
  "type": "css_slide_panel",
  "trigger_text": "Click to trigger",
  "panel_content": "Panel content",
  "slide_from_side": "Slide from side"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:css_slide_panel",
  "displayName": "Css Slide Panel",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/css_slide_panel",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a panel that slides into view from the side of the screen on",
  "representativeQueries": [
    "show a CSS-only slide-in panel drawer activation",
    "renders a panel that slides into view from the side of the screen on",
    "render a css slide panel"
  ]
}
← 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 →