{
  "name": "editor-statusbar-ready",
  "kind": "block",
  "primary": "editor-statusbar",
  "page": "/apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<editor-statusbar>\n        <span slot=\"icon\"><icon-ui name=\"check-circle\"></icon-ui></span>\n        <span slot=\"heading\" id=\"status-heading\">Ready</span>\n        <span slot=\"description\" id=\"status-description\">A2UI Editor — catalog-driven authoring</span>\n        <span slot=\"action\">\n          <span id=\"selection-indicator\" style=\"font-family: var(--a-font-family-code); font-size: var(--a-ui-sm); color: var(--a-fg-muted)\">no selection</span>\n        </span>\n      </editor-statusbar>",
  "source": "apps/genui/app/a2ui-editor/a2ui-editor.contents.html",
  "metadata": {
    "domain": "navigation",
    "description": "Editor status bar — a thin bottom band showing a status icon, a short state heading (Ready), a longer descriptive line, and a right-aligned monospace selection indicator. The persistent at-a-glance footer for an authoring tool or IDE-like surface.",
    "keywords": [
      "editor",
      "status",
      "bar",
      "footer",
      "bottom",
      "band",
      "ready",
      "state",
      "indicator",
      "selection",
      "monospace",
      "icon",
      "heading",
      "description",
      "statusbar",
      "app",
      "footer",
      "ide",
      "editor",
      "chrome",
      "current",
      "state",
      "info",
      "line",
      "save",
      "status"
    ]
  },
  "captured_at": "2026-06-10T16:56:21.616Z",
  "template": [
    {
      "id": "check-circle",
      "component": "Icon",
      "name": "check-circle"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "slot": "icon",
      "children": [
        "check-circle"
      ]
    },
    {
      "id": "status-heading",
      "component": "Text",
      "variant": "body",
      "slot": "heading",
      "textContent": "Ready"
    },
    {
      "id": "status-description",
      "component": "Text",
      "variant": "body",
      "slot": "description",
      "textContent": "A2UI Editor — catalog-driven authoring"
    },
    {
      "id": "selection-indicator",
      "component": "Text",
      "variant": "body",
      "textContent": "no selection"
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "slot": "action",
      "children": [
        "selection-indicator"
      ]
    },
    {
      "id": "root",
      "component": "EditorStatusbar",
      "children": [
        "text",
        "status-heading",
        "status-description",
        "text-2"
      ]
    }
  ]
}
