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

ResourceDownloadBlock / Single Resource Card

Minimal example with just one resource

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/ResourceDownloadBlock/ResourceDownloadBlock.cshtml", new ResourceDownloadBlockProps
{
"Title": "Featured Resource",
"Description": "Download our latest publication:",
"Alignment": "left",
"Resources": [
{
"Title": "Annual Report 2024",
"Description": "Our comprehensive report covering all activities and research from the past year",
"LinkText": "Download PDF",
"LinkUrl": "#",
"LinkType": "download",
"FileSize": "3.2MB"
}
]
})
♿ Accessibility