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

JumpLinks / Long Link Text

Jump links with longer navigation item text to test wrapping

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/JumpLinks/JumpLinks.cshtml", new JumpLinksProps
{
"Heading": "On this page",
"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
}
]
})
♿ Accessibility