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

PopularSearches / Three Search Cards

Popular searches with three cards featuring images and categories

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Molecules/PopularSearches/PopularSearches.cshtml", new PopularSearchesProps
{
"PopularSearchCards": [
{
"Title": "Breast Cancer Symptoms",
"Category": null,
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/information-support/symptoms",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Treatment Options",
"Category": null,
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/information-support/treatment",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Support Services",
"Category": null,
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 0,
"LinkText": null,
"LinkUrl": "/information-support/services",
"LinkTarget": null,
"IsActive": false
}
]
})
♿ Accessibility