Breadcrumbs example
Full width
The full width option by itself doesn’t really change much, as the breadcrumbs are still limited to a govuk-width-container. This option is meant to be used with the background option, below.
How it looks (preview)
How to call this example
<%= render "flexible_page/flexible_sections/breadcrumbs", {
full_width: true,
breadcrumbs: [
{
title: "Home",
url: "/"
},
{
title: "Example",
url: "/example/"
},
{
title: "Breadcrumb",
url: "/breadcrumb/"
}
]
} %>