Work in progress
This page is a design preview. It may not contain the latest guidance and may not behave as expected.
Current guidance can always be found at design-system.dwp.gov.uk.
{% from "horizontal-navigation/macro.njk" import dwpHorizontalNavigation %}
{{
dwpHorizontalNavigation({
selectedItem: "#s-item-1",
items: [
{
text: "Item 1",
href: "#s-item-1",
id: "s-item-1"
},
{
text: "Item 2",
href: "#s-item-2",
id: "s-item-2"
},
{
text: "Item 3",
href: "#s-item-3",
id: "s-item-3"
}
]
})
}}