Service Navigation example

With custom aria label on the nav element

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/service_navigation", {
  navigation_items: [
    {
      text: "Navigation item 1",
      href: "#",
      active: true
    },
    {
      text: "Navigation item 2",
      href: "#"
    }
  ],
  navigation_aria_label: "Custom label"
} %>