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

SidebarDetails / Sidebar detail - Research Project

Sidebar detail card for a research project, showing researcher, institutions, and project cost

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": {
"Researcher": "Dr. Jane Doe",
"Institutions": [
"Institution 1",
"Institution 2"
],
"Cost": "\u00A320,000"
},
"ResearchGrants": null,
"VolunteerRole": null,
"ResearchStudyRole": null
})
♿ Accessibility