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

CardListing / Empty State

Listing with no cards to show empty state

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/CardListing/CardListing.cshtml", new CardListingProps
{
"Cards": [],
"CallToAction": null,
"NoResultsText": "No volunteer opportunities match your search criteria.",
"TotalResultsMessage": "",
"PaginationHtml": null,
"LayoutVariant": ""
})
♿ Accessibility