Skeleton

CSS shimmer loading placeholder. type choices: text, card, avatar_row, image, list, table.

Surfaces
gaswebmeet-stageapps-script-web
Fields
FieldType
typetext (default), card, avatar_row, image, list, tablerequired
rowsnumber of placeholder rows (default 3)required
colsnumber of columns for table type (default 3)required
heightheight for image type (default 200px)required
Example payload
{
  "type": "skeleton"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:skeleton",
  "displayName": "Skeleton",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/skeleton",
  "capabilities": [
    "gas",
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "",
  "representativeQueries": [
    "show a CSS shimmer loading placeholder. type choices: text, card, avatar_row, image, list, table",
    "render a skeleton"
  ]
}
← 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 →