Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

SidebarMenu / Default Heading (no heading prop)

Sidebar menu without an explicit heading - falls back to 'In this section'

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/SidebarMenu/SidebarMenu.cshtml", new SidebarMenuProps
{
"Heading": "",
"Links": [
{
"LinkText": "What\u0027s the challenge?",
"LinkUrl": "#challenge",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "What\u0027s the science behind the project?",
"LinkUrl": "#science",
"LinkTarget": null,
"IsActive": false
}
],
"LogoutUrl": ""
})
♿ Accessibility