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

Card / Card without Link

Card with no URL (title is not clickable)

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": "Information Card",
"Description": "This card has no link, so the title is displayed as plain text.",
"DescriptionHtml": null,
"Category": "Fundraising",
"ImageHtml": {},
"CssClass": "",
"HeadingLevel": 3,
"Type": 0,
"LinkText": "",
"LinkUrl": "",
"LinkTarget": "",
"IsActive": false
})
♿ Accessibility