Small badge overlaid on an icon or element to indicate unread count or alert state.
| Surface | Note |
|---|---|
| meet-stage | Overlay positioning unreliable in stage grid. |
| Renders as inline text. |
| Field | Type | |
|---|---|---|
| text | string. Badge label or count. | required |
| color | string. Background colour (hex). | optional |
{
"type": "notification_badge",
"text": "New"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:notification_badge",
"displayName": "Notification Badge",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/notification_badge",
"capabilities": [
"web",
"apps-script-web"
],
"description": "Small badge overlaid on an icon or element to indicate unread count or alert state.",
"representativeQueries": [
"show a unread count badge overlaid on icon element",
"small badge overlaid on an icon or element to indicate unread count or alert state.",
"render a notification badge"
]
}
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 →