CSS shimmer loading placeholder. type choices: text, card, avatar_row, image, list, table.
| Field | Type | |
|---|---|---|
| type | text (default), card, avatar_row, image, list, table | required |
| rows | number of placeholder rows (default 3) | required |
| cols | number of columns for table type (default 3) | required |
| height | height for image type (default 200px) | required |
{
"type": "skeleton"
}
{
"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"
]
}
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 →