1. Component Guide
  2. Contextual breadcrumbs
  3. Inverse
Contextual breadcrumbs example

Inverse

Passes the inverse option to the breadcrumbs, if shown.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/contextual_breadcrumbs", {
  content_item: {
    title: "Another content item"
  },
  inverse: true
} %>