Homepage
This variant is used for the homepage. It toggles the following attributes: hide_button_left_border, hide_logo_text and blue_background
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/layout_super_navigation_header", {
hide_logo_text: true,
hide_button_left_border: true,
blue_background: true,
large_navbar: true
} %>