{
  "name": "breadcrumb-navigation",
  "kind": "block",
  "primary": "section",
  "page": "/catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {},
  "html": "<section>\n    <row-ui gap=\"2\" align=\"center\">\n      <link-ui href=\"/\" text=\"Home\"></link-ui>\n      <icon-ui name=\"caret-right\" size=\"xs\" color=\"subtle\"></icon-ui>\n      <link-ui href=\"/components\" text=\"Components\"></link-ui>\n      <icon-ui name=\"caret-right\" size=\"xs\" color=\"subtle\"></icon-ui>\n      <link-ui href=\"/components/data\" text=\"Data\"></link-ui>\n      <icon-ui name=\"caret-right\" size=\"xs\" color=\"subtle\"></icon-ui>\n      <text-ui color=\"subtle\">Table</text-ui>\n    </row-ui>\n  </section>",
  "source": "catalog/ui-patterns/v050-nav-blocks/v050-nav-blocks.contents.html",
  "metadata": {
    "domain": "navigation",
    "description": "Breadcrumb navigation trail using link-ui and icon-ui separators to show the hierarchical path to the current page, enabling users to navigate back up the hierarchy.",
    "keywords": [
      "breadcrumb",
      "navigation",
      "path",
      "hierarchy",
      "link",
      "separator",
      "breadcrumb-ui",
      "trail",
      "link-ui",
      "icon-ui",
      "current-page",
      "location",
      "ancestor"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "link",
      "component": "Link",
      "href": "/",
      "text": "Home"
    },
    {
      "id": "caret-right",
      "component": "Icon",
      "name": "caret-right",
      "size": "xs"
    },
    {
      "id": "link-2",
      "component": "Link",
      "href": "/components",
      "text": "Components"
    },
    {
      "id": "icon",
      "component": "Icon",
      "name": "caret-right",
      "size": "xs"
    },
    {
      "id": "link-3",
      "component": "Link",
      "href": "/components/data",
      "text": "Data"
    },
    {
      "id": "icon-2",
      "component": "Icon",
      "name": "caret-right",
      "size": "xs"
    },
    {
      "id": "text",
      "component": "Text",
      "color": "subtle",
      "textContent": "Table"
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "gap": "2",
      "children": [
        "link",
        "caret-right",
        "link-2",
        "icon",
        "link-3",
        "icon-2",
        "text"
      ]
    },
    {
      "id": "root",
      "component": "Section",
      "children": [
        "row"
      ]
    }
  ]
}
