Service Navigation example

With service name and navigation links

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/service_navigation", {
  service_name: "My service name",
  navigation_items: [
    {
      text: "Navigation item 1",
      href: "#"
    },
    {
      text: "Navigation item 2",
      href: "#"
    },
    {
      text: "Navigation item 3",
      href: "#"
    }
  ]
} %>