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

JumpLinks / Single Link

Jump links with only one navigation item

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
}
]
})
♿ Accessibility