Glass Card

Frosted-glass card with backdrop-filter blur. Use for dark-theme highlight boxes, callouts, or content wrappers. Content is raw HTML string.

Surfaces
apps-script-web
Fields
FieldType
titlestring. Card heading text.optional
contentstring. Inner HTML content of the card.optional
blurinteger. Backdrop blur in px. Default 18.optional
bgstring. Background colour (rgba). Default rgba(255,255,255,0.05).optional
borderstring. Border colour (rgba). Default rgba(255,255,255,0.1).optional
paddingstring. CSS padding. Default 28px.optional
radiusstring. Border radius. Default 16px.optional
Example payload
{
  "type": "glass_card"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glass_card",
  "displayName": "Glass Card",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glass_card",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Frosted-glass card with backdrop-filter blur. Use for dark-theme highlight boxes, callouts, or content wrappers. Content is raw HTML string.",
  "representativeQueries": [
    "show a frosted-glass card with blur backdrop \u2014 dark-theme highlight box",
    "frosted-glass card with backdrop-filter blur. use for dark-theme highlight boxes, callouts, or conte",
    "render a glass card"
  ]
}
← 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 →