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

Carousel / Without CTA Button

Carousel without the bottom CTA button

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": "Latest Updates",
"Cards": [
{
"Title": "350",
"Category": null,
"Description": "People are diagnosed with breast cancer every day in the UK.",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 2,
"LinkText": null,
"LinkUrl": null,
"LinkTarget": null,
"IsActive": false
},
{
"Title": "11,500",
"Category": null,
"Description": "Women die from breast cancer each year in the UK.",
"DescriptionHtml": null,
"ImageHtml": null,
"CssClass": null,
"HeadingLevel": 3,
"Type": 2,
"LinkText": null,
"LinkUrl": null,
"LinkTarget": null,
"IsActive": false
}
],
"CtaButton": null,
"BgColor": "pink"
})
♿ Accessibility