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

FeaturedBlock / 5 Cards (Cream Background)

Featured links block with 5 cards

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/FeaturedBlock/FeaturedBlock.cshtml", new FeaturedBlockProps
{
"Title": "How you can help",
"HeadingLevel": 2,
"CardHeadingLevel": 3,
"Cards": [
{
"Title": "Donate",
"Category": null,
"Description": "Make a one-off or regular donation to support our work.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Fundraise",
"Category": null,
"Description": "Organise an event or challenge to raise money for us.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Volunteer",
"Category": null,
"Description": "Give your time to help us in your local community.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Campaign",
"Category": null,
"Description": "Join our campaigns to improve breast cancer care and awareness.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Shop",
"Category": null,
"Description": "Buy from our online shop and support our work.",
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 12,
"LinkText": null,
"LinkUrl": "#",
"LinkTarget": null,
"IsActive": false
}
],
"CallToAction": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "Get started today",
"LinkUrl": "/get-started",
"LinkTarget": null,
"IsActive": false
},
"BgColor": "cream"
})
♿ Accessibility