Glow Button

Button or anchor that uses CSS box-shadow to signal state. Three named states — disabled (grey), ready (brand), fired (success pulse) — each with a distinct glow colour and optional pulse animation. State is set via the state field; no JavaScript required.

Surfaces
webmeet-stagegas-sidebarapps-script-web
Degraded on
SurfaceNote
pdfRenders as a static button without glow or animation
googlechatCSS animation not supported; renders as a flat button
Fields
FieldType
labelstring. Button text.required
state"disabled" | "ready" | "fired" (optional, default "ready")optional
hrefstring. If set renders as an anchor tag.optional
color_readystring. Glow colour in ready state. Default "#38bdf8".optional
color_firedstring. Glow colour in fired state. Default "#34d399".optional
size"sm" | "md" | "lg" (optional, default "md")optional
descriptionstring. Small caption text below the button.optional
Example payload
{
  "type": "glow_button",
  "label": "Glow Button"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:glow_button",
  "displayName": "Glow Button",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/glow_button",
  "capabilities": [
    "web",
    "meet-stage",
    "gas-sidebar",
    "apps-script-web"
  ],
  "description": "Button or anchor that uses CSS box-shadow to signal state. Three named states \u2014 disabled (grey), ready (brand), fired (success pulse) \u2014 each with a distinct glow colour and optional pulse animation. State is set via the state field; no JavaScript required.",
  "representativeQueries": [
    "show a CSS box-shadow state-signalling button with disabled/ready/fired glow",
    "button or anchor that uses css box-shadow to signal state. three named states \u2014 disabled (grey), rea",
    "render a glow button"
  ]
}
← 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 →