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

HeroManager / Default Manager Hero

Full manager profile hero with breadcrumb, tag, name, role, bio, and profile image

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/HeroManager/HeroManager.cshtml", new HeroManagerProps
{
"BreadcrumbProps": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "About us",
"Url": "/about-us"
},
{
"Name": "Our team",
"Url": "/about-us/our-team"
}
],
"MobileBackLinkText": null,
"BackToPrefix": "Back to ",
"Variant": ""
},
"Tag": "Senior leader",
"Name": "Dr Simon Vincent",
"Role": "Director of Research",
"BioText": "In the summer of 2010, Catriona rolled over in bed and felt something in her right breast. 2 weeks later she was told she had breast cancer, and underwent intense treatment. The support Catriona found via this charity inspired her to become a Someone Like Me volunteer.",
"ImageHtml": {}
})
♿ Accessibility