Service Navigation example
  
  
With a single navigation item and collapse navigation on mobile
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/service_navigation", {
  navigation_items: [
    {
      text: "Navigation item 1",
      href: "#"
    }
  ],
  collapse_navigation_on_mobile: true
} %>