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

Carousel / Event Cards

Carousel with event cards on cream background

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": "Upcoming Events",
"Cards": [
{
"Title": "Ho Chi Minh to Angkor Wat Cycle",
"Category": "Cycling",
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 6,
"LinkText": null,
"LinkUrl": "/events/cycle-adventure",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "London Marathon for Breast Cancer Now",
"Category": "Running",
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 6,
"LinkText": null,
"LinkUrl": "/events/london-marathon",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Pink Ribbon Walk in the Park",
"Category": "Walking",
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 6,
"LinkText": null,
"LinkUrl": "/events/pink-ribbon-walk",
"LinkTarget": null,
"IsActive": false
},
{
"Title": "Annual Charity Gala Evening",
"Category": "Fundraising",
"Description": null,
"DescriptionHtml": null,
"ImageHtml": {},
"CssClass": null,
"HeadingLevel": 3,
"Type": 6,
"LinkText": null,
"LinkUrl": "/events/charity-gala",
"LinkTarget": null,
"IsActive": false
}
],
"CtaButton": {
"Variant": "primary",
"Type": null,
"Disabled": false,
"AriaLabel": null,
"Name": null,
"Value": null,
"Action": null,
"LinkText": "View all events",
"LinkUrl": "#events",
"LinkTarget": null,
"IsActive": false
},
"BgColor": "cream"
})
♿ Accessibility