{
  "name": "admin-topbar-breadcrumb-minimal",
  "kind": "block",
  "primary": "admin-topbar",
  "page": "/site/patterns/admin-content-topbar.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<admin-topbar>\n        <button-ui data-sidebar-toggle=\"leading\" icon=\"sidebar\" variant=\"ghost\" size=\"sm\"></button-ui>\n        <breadcrumb-ui>\n          <a href=\"#\">Settings</a>\n          <span>Profile</span>\n        </breadcrumb-ui>\n      </admin-topbar>",
  "source": "site/pages/patterns/admin-content-topbar.html",
  "metadata": {
    "domain": "navigation",
    "description": "Minimal app-chrome topbar — sidebar-toggle plus a breadcrumb only, no actions. Use when the page just needs to show where the user is.",
    "keywords": [
      "admin",
      "topbar",
      "breadcrumb",
      "minimal",
      "sidebar",
      "toggle",
      "location",
      "navigation",
      "admin-topbar",
      "breadcrumb-ui",
      "simple",
      "header",
      "band",
      "you-are-here"
    ]
  },
  "captured_at": "2026-06-09T18:16:34.245Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "sidebar",
      "size": "sm",
      "variant": "ghost",
      "data-sidebar-toggle": "leading"
    },
    {
      "id": "text",
      "component": "Text",
      "textContent": "Settings",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "#",
      "text": "Settings",
      "children": [
        "text"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "textContent": "Profile"
    },
    {
      "id": "breadcrumb",
      "component": "Breadcrumb",
      "children": [
        "link",
        "text-2"
      ]
    },
    {
      "id": "root",
      "component": "AdminTopbar",
      "children": [
        "button",
        "breadcrumb"
      ]
    }
  ]
}
