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

SidebarMenu / Long Link Text

Sidebar menu with longer link text to test wrapping behaviour

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/SidebarMenu/SidebarMenu.cshtml", new SidebarMenuProps
{
"Heading": "In this section",
"Links": [
{
"LinkText": "What are the main challenges we\u0027re facing in breast cancer research?",
"LinkUrl": "#challenges",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Understanding the complex science behind this groundbreaking project",
"LinkUrl": "#science",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Meet the world-leading researchers driving this important work forward",
"LinkUrl": "#researchers",
"LinkTarget": null,
"IsActive": false
}
],
"LogoutUrl": ""
})
♿ Accessibility