Renders a panel that slides into view from the side of the screen on
| Field | Type | |
|---|---|---|
| trigger_text | string | required |
| panel_content | string | required |
| slide_from_side | string | required |
{
"type": "css_slide_panel",
"trigger_text": "Click to trigger",
"panel_content": "Panel content",
"slide_from_side": "Slide from side"
}
{
"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"
]
}
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 →