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

Card / Default Card without category

A basic card with title and description and no category

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/Card/Card.cshtml", new CardProps
{
"Title": "Challenge events",
"Description": "From Pink Ribbon Walks in the summer to our annual Christmas Carol Concert, we have a whole calendar of fundraising opportunities and ways to get involved.",
"DescriptionHtml": null,
"Category": "",
"ImageHtml": null,
"CssClass": "",
"HeadingLevel": 3,
"Type": 0,
"LinkText": "",
"LinkUrl": "/challenge-events",
"LinkTarget": "",
"IsActive": false
})
♿ Accessibility