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

SupportCards / Without Heading

Grid without a heading (just cards)

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/SupportCards/SupportCards.cshtml", new SupportCardsProps
{
"Heading": "",
"Cards": [
{
"Title": "Early Detection",
"Category": "Healthcare Information",
"Description": "Learn about the importance of early detection and screening",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 1,
"LinkText": null,
"LinkUrl": "/support-1",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Risk Factors",
"Category": "Healthcare Information",
"Description": "Understanding the risk factors and what you can do to reduce them",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 1,
"LinkText": null,
"LinkUrl": "/support-2",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "After Treatment",
"Category": "Healthcare Information",
"Description": "Support and guidance for life after breast cancer treatment",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 1,
"LinkText": null,
"LinkUrl": "/support-3",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Research Updates",
"Category": "Healthcare Information",
"Description": "Stay informed about the latest breast cancer research and developments",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 1,
"LinkText": null,
"LinkUrl": "/support-4",
"LinkTarget": null,
"IsActive": false
}
]
})
♿ Accessibility