{
  "name": "admin-topbar-deep-breadcrumb",
  "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=\"#\">Workspaces</a>\n          <a href=\"#\">Acme Co.</a>\n          <a href=\"#\">Projects</a>\n          <a href=\"#\">Q4 Launch</a>\n          <span>Activity</span>\n        </breadcrumb-ui>\n      </admin-topbar>",
  "source": "site/pages/patterns/admin-content-topbar.html",
  "metadata": {
    "domain": "navigation",
    "description": "App-chrome topbar with a deep multi-level breadcrumb trail (five levels) for deeply-nested hierarchies — Workspaces / Acme Co. / Projects / Q4 Launch / Activity.",
    "keywords": [
      "admin",
      "topbar",
      "breadcrumb",
      "deep",
      "multi-level",
      "hierarchy",
      "nested",
      "trail",
      "path",
      "sidebar",
      "navigation",
      "admin-topbar",
      "breadcrumb-ui",
      "workspaces",
      "projects",
      "ancestors"
    ]
  },
  "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": "Workspaces",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "#",
      "text": "Workspaces",
      "children": [
        "text"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "Acme Co.",
      "variant": "body"
    },
    {
      "id": "link-2",
      "component": "Link",
      "href": "#",
      "text": "Acme Co.",
      "children": [
        "text-2"
      ]
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "Projects",
      "variant": "body"
    },
    {
      "id": "link-3",
      "component": "Link",
      "href": "#",
      "text": "Projects",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "textContent": "Q4 Launch",
      "variant": "body"
    },
    {
      "id": "link-4",
      "component": "Link",
      "href": "#",
      "text": "Q4 Launch",
      "children": [
        "text-4"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "variant": "body",
      "textContent": "Activity"
    },
    {
      "id": "breadcrumb",
      "component": "Breadcrumb",
      "children": [
        "link",
        "link-2",
        "link-3",
        "link-4",
        "text-5"
      ]
    },
    {
      "id": "root",
      "component": "AdminTopbar",
      "children": [
        "button",
        "breadcrumb"
      ]
    }
  ]
}
