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

SidebarDetails / Sidebar detail - Volunteer Role

Sidebar detail card for a volunteer role, showing closing date, location, and contact details

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/SidebarDetails/SidebarDetails.cshtml", new SidebarDetailsProps
{
"ResearchProject": null,
"ResearchGrants": null,
"VolunteerRole": {
"ClosingDate": "30th June 2024",
"Location": [
"London",
"Remote"
],
"ContactName": "John Smith",
"Organisation": "Breast Cancer Now",
"Email": "john.smith@breastcancernow.org",
"Phone": "01234 567890"
},
"ResearchStudyRole": null
})
♿ Accessibility