Page Header

Full-width app-style page header with title, subtitle, icon, accent color, and optional tag badge. Sets the visual tone of a pop-up app or brief. Use as the first block of any page.

Surfaces
webapps-script-webpdf
Fields
FieldType
titlestring (required, markdown)required
subtitlestring (optional, markdown)optional
iconstring (optional, emoji or short text)optional
tagstring (optional, badge label shown in accent pill)optional
accentstring (optional, hex, default "#6366f1")optional
themestring (optional, "light"|"dark", default "light")optional
backgroundstring (optional, css background override)optional
Example payload
{
  "type": "page_header",
  "title": "Page Header"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:page_header",
  "displayName": "Page Header",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/page_header",
  "capabilities": [
    "web",
    "apps-script-web",
    "pdf"
  ],
  "description": "Full-width app-style page header with title, subtitle, icon, accent color, and optional tag badge. Sets the visual tone of a pop-up app or brief. Use as the first block of any page.",
  "representativeQueries": [
    "show a app-style page header \u2014 title, subtitle, icon, accent, tag badge",
    "full-width app-style page header with title, subtitle, icon, accent color, and optional tag badge. s",
    "render a page header"
  ]
}
← 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 →