Related navigation
Show related content when prototyping guidance pages.
This component, based on one from GOV.UK Publishing components, may be useful if you are prototyping guidance pages that could be published on GOV.UK, or if your service needs to show related navigation.
You can use HTML or, if you are using Nunjucks or the GOV.UK Prototype Kit, you can use the Nunjucks macro.
Nunjucks macro options
Use options to customise the appearance, content and behaviour of a component when using a macro, for example, changing the text.
Some options are required for the macro to work; these are marked as “Required” in the option description.
If you’re using Nunjucks macros in production with html
options, or ones ending with html
, you must sanitise the HTML to protect against cross-site scripting exploits.
Name | Type | Description |
---|---|---|
headingLevel | integer | Heading level, from |
sections | Array | An array of sections within the related navigation. See sections. |
classes | string | Classes to add to the related navigation container. |
attributes | object | HTML attributes (for example data attributes) to add to the container. |
Name | Type | Description |
---|---|---|
title | string | The title text that displays above the list of navigation links (default is ‘Related content’). |
id | string | ID attribute to add to the section container. |
items | Array | Required. An array of navigation links within the section. See items. |
subsections | Array | An array of subsections within the section. See subsections. |
Name | Type | Description |
---|---|---|
title | string | The title text that displays above the list of navigation links. |
id | string | ID attribute to add to the subsection container. |
items | Array | Required. An array of navigation links within the subsection. See items. |
Name | Type | Description |
---|---|---|
text | string | Required. Text of the navigation link. |
href | string | Required. The value of the navigation link’s |