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

SidebarDetails / Sidebar detail - Research Study Role

Sidebar detail card for a research study 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": null,
"ResearchStudyRole": {
"ClosingDate": "30th September 2024",
"Location": "Manchester",
"ContactName": "Dr. Emily Johnson",
"Organisation": "University of Manchester",
"Email": "emily.johnson@manchester.ac.uk",
"Phone": "01234 567891"
}
})
♿ Accessibility