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

JumpLinks / Many Links

Jump links with many navigation items to test scrolling

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": "Introduction",
"LinkUrl": "#introduction",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Background",
"LinkUrl": "#background",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Research methodology",
"LinkUrl": "#methodology",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Key findings",
"LinkUrl": "#findings",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Clinical implications",
"LinkUrl": "#implications",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Future research",
"LinkUrl": "#future",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "Conclusion",
"LinkUrl": "#conclusion",
"LinkTarget": null,
"IsActive": false
},
{
"LinkText": "References",
"LinkUrl": "#references",
"LinkTarget": null,
"IsActive": false
}
]
})
♿ Accessibility