{ "component": "breadcrumbs", "fixtures": [ { "name": "default", "options": { "items": [ { "text": "Section", "href": "/section" }, { "text": "Sub-section", "href": "/section/sub-section" } ] }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": "
" }, { "name": "with one level", "options": { "items": [ { "text": "Section", "href": "/section" } ] }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "with multiple levels", "options": { "items": [ { "text": "Home", "href": "/" }, { "text": "Section", "href": "/section" }, { "text": "Sub-section", "href": "/section/sub-section" }, { "text": "Sub Sub-section", "href": "/section/sub-section/sub-sub-section" } ] }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "without the home section", "options": { "items": [ { "text": "Service Manual", "href": "/service-manual" }, { "text": "Agile Delivery", "href": "/service-manual/agile-delivery" } ] }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "with last breadcrumb as current page", "options": { "items": [ { "text": "Home", "href": "/" }, { "text": "Passports, travel and living abroad", "href": "/browse/abroad" }, { "text": "Travel abroad" } ] }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "with collapse on mobile", "options": { "collapseOnMobile": true, "items": [ { "text": "Home", "href": "/" }, { "text": "Education, training and skills", "href": "/education" }, { "text": "Special educational needs and disability (SEND) and high needs", "href": "/education/special-educational-needs-and-disability-send-and-high-needs" } ] }, "hidden": false, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "inverse", "options": { "classes": "govuk-breadcrumbs--inverse", "items": [ { "text": "Home", "href": "/" }, { "text": "Passports, travel and living abroad", "href": "/browse/abroad" }, { "text": "Travel abroad" } ] }, "hidden": false, "description": "Breadcrumbs that appear on dark backgrounds", "previewLayoutModifiers": [ "inverse" ], "html": " " }, { "name": "classes", "options": { "classes": "app-breadcrumbs--custom-modifier", "items": [ { "text": "Home" } ] }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "attributes", "options": { "attributes": { "id": "my-navigation", "role": "navigation" }, "items": [ { "text": "Home" } ] }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "item attributes", "options": { "items": [ { "text": "Section 1", "href": "/section", "attributes": { "data-attribute": "my-attribute", "data-attribute-2": "my-attribute-2" } } ] }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "html as text", "options": { "items": [ { "text": "Section 1" } ] }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": " " }, { "name": "html", "options": { "items": [ { "html": "Section 1" }, { "html": "Section 2", "href": "/section-2" } ] }, "hidden": true, "description": "", "previewLayoutModifiers": [], "html": " " } ] }