Step by step navigation header example

Without ga4 tracking

Disables GA4 tracking on the header. Tracking is enabled by default. This includes the ga4-link-tracker module and data-ga4-link attributes. See the ga4-link-tracker docs for more information.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/step_by_step_nav_header", {
  disable_ga4: true,
  title: "Learn to drive a motorbike: step by step",
  path: "/learn-to-drive-a-motorbike"
} %>