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

Carousel / Key Fact Cards

Carousel with key fact cards

Layout
Properties
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
JSON format (e.g., [{"LinkText":"Home","LinkUrl":"/"}])
Component Code
@await Html.PartialAsync("~/Components/Organisms/Carousel/Carousel.cshtml", new CarouselProps
{
"Context": "",
"Heading": "Key Facts",
"Cards": [
{
"Title": "1 in 8",
"Category": null,
"Description": "Around 1 in 8 women in the UK will develop breast cancer in their lifetime.",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 2,
"LinkText": null,
"LinkUrl": null,
"LinkTarget": null,
"IsActive": false
},
{
"Title": "55,000",
"Category": null,
"Description": "Over a third of women in the UK do not check their breasts regularly for potential signs of breast cancer.",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 2,
"LinkText": null,
"LinkUrl": null,
"LinkTarget": null,
"IsActive": false
},
{
"Title": "98%",
"Category": null,
"Description": "Survival rate when breast cancer is detected at the earliest stage.",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 2,
"LinkText": null,
"LinkUrl": null,
"LinkTarget": null,
"IsActive": false
},
{
"Title": "24/7",
"Category": null,
"Description": "Our helpline is available 24 hours a day, 7 days a week to provide support and information.",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 2,
"LinkText": null,
"LinkUrl": null,
"LinkTarget": null,
"IsActive": false
}
],
"CtaButton": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "More statistics",
"LinkUrl": "#statistics",
"LinkTarget": null,
"IsActive": false
},
"BgColor": "cream"
})
♿ Accessibility