Genio offers a Carousel pattern with customization capabilities based on the special renderings pattern.
Name | Type | Description | Mandatory | Allows Multiple Mappings | Admitted Values | Default |
---|---|---|---|---|---|---|
slide-title | Mapping | The title of the carousel slide | No | No | Table column | - |
slide-subtitle | Mapping | The subtitle of the carousel slide, shown in a smaller size below the title | No | No | Table column | - |
slide-image | Mapping | The image of the carousel slide | Yes | No | Table column | - |
show-indicators | Style | Whether the indicator of the active slide is shown or not | No | - | true , false |
true |
show-controls | Style | Whether the previous and next controls are shown or not | No | - | true , false |
true |
keyboard-controllable | Style | Whether the carousel should react to keyboard events | No | - | true , false |
true |
auto-cycle-interval | Style | The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle | No | - | - | 5000 |
auto-cycle-pause | Style | If set to hover , pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. If set to false , hovering over the carousel won't pause it |
No | - | hover , false |
hover |
ride | Style | Autoplays the carousel after the user manually cycles the first item. If "carousel", autoplays the carousel on load | No | - | carousel , false |
carousel |
wrap | Style | Whether the carousel should cycle continuously or have hard stops | No | - | true , false |
true |
The complete changelog of all notable changes made to Special Renderings - Cards. Descriptions are written as New: or Fixed: for changes that are not considered a maintenance release.