Toast Notification

A fixed-position slide-in notification toast that appears from a corner of the viewport, holds for 3.5 seconds, then slides back out — all via CSS keyframes. Renders a viewport placeholder in the article flow with the toast positioned fixed above it.

Surfaces
webgoogle-apps-script-side-panelgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-meet-stageFixed positioning relative to Meet iframe; renders at iframe edge
pdfRenders as a styled notification card inline (not fixed)
google-chatRenders as a plain notification text card
Live preview
ℹ️
Fields
FieldType
titlestring. Bold notification title. Default "Changes saved".optional
messagestring. Body text. Default "Your updates have been applied successfully."optional
variant"success" | "error" | "info" | "warning" (optional, default "success")optional
position"bottom-right" | "bottom-left" | "top-right" | "top-left" (optional, default "bottom-right")optional
Example payload
{
  "type": "toast_notification"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:toast_notification",
  "displayName": "Toast Notification",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/toast_notification",
  "capabilities": [
    "web",
    "google-apps-script-side-panel",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "A fixed-position slide-in notification toast that appears from a corner of the viewport, holds for 3.5 seconds, then slides back out \u2014 all via CSS keyframes. Renders a viewport placeholder in the article flow with the toast positioned fixed above it.",
  "representativeQueries": [
    "show a CSS slide-in/out fixed-position notification toast",
    "a fixed-position slide-in notification toast that appears from a corner of the viewport, holds for 3",
    "render a toast notification"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →