With navigation
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/layout_header", {
environment: "production",
navigation_items: [
{
text: "Navigation item 1",
href: "item-1",
active: true
},
{
text: "Navigation item 2",
href: "item-2"
},
{
text: "Hidden on desktop",
href: "item-3",
show_only_in_collapsed_menu: true
}
]
} %>