Media Groups & Carousels consist of a group of Media Blocks that are grouped together, or have the ability to be scrolled by swiping or button navigation. They are used as a gallery of information.
Name | Description | Type | Required | Default | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
className | List of classes for this element. | string | array | false | "" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | Unique identifier for the carousel. | string | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | Carousel headline. | string | false | "" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
summary | Summary or text description of carousel. | string | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reviewInfo | Info for review carousel. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reviewModal | Setting to manage for review modals. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
reviewStars | Review stars image. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | Carousel content. | node | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
grid | Utilizes Lattice grid for media block if true. | boolean | false | true | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
fullWidth | Carousel spans full screen width if true. | boolean | false | true | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
backgroundColor | Background color. | string | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
backgroundImage | Background image of carousel. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mobileBackgroundImage | Background mobile image of carousel. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
image | Main image of carousel. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
mobileImage | Main mobile image of carousel. | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
settings | Carousel slider settings object. | object | false | {} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
useSlider | Uses slider functionality for group if true. | boolean | false | true | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
useTitle | Display title attribute with title property if true. | boolean | false | false | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
useWrapper | Adds wrapper element around carousel if true. | boolean | false | false | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wrapperClassName | List of classes for this wrapper element. | string | array | false | "" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wrapperComponent | Carousel wrapper component. | element | false | "div" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wrapperProps | Additional carousel wrapper config. | object | false | {} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
wrapperChildren | Carosuel wrapper content. | node | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
forwardRef | Ref to component or DOM element. | function | object | false | null | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
props | Additional carousel config. | object | false | {} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
lazyLoad | Lazy load media carousel image if true. | boolean | false | false | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
forceRender | Forces a carousel render on page load | boolean | false | false | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
renderProps | Strategy for rendering carousel on page load | object | false | null |