Carousel List
A dynamic slideshow component that displays items in a rotating carousel format. Features customizable transitions, swipe navigation, arrow controls, and custom styling options. Supports both static and dynamic content loading, with multiple transition effects and interactive navigation controls.
Extends: listComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
ID |
| text | Unique identifier for the component |
Selected Slide |
| text | Currently active slide identifier |
Style Classes |
| text | CSS classes for styling |
Width |
| text | Controls component width |
Control Color |
| text | Color of the navigation controls |
Animated |
| boolean | Enables slide transition animations |
Transition |
| text | Type of transition effect between slides |
Swipeable |
| boolean | Enables touch swipe navigation between slides |
Control Classes |
| text | CSS classes for navigation controls styling |
Carousel ID Field |
| text | Field from list items used as unique identifier for each slide |
List |
| text | Array of items to display in the carousel |
Height |
| text | Height of the carousel component |
Methods
Name | Description |
|---|---|
| Refreshes the carousel view after data changes |
| Retrieves default ID and title fields from an entity schema for mapping |
| Updates the carousel view and handles initial slide selection |
Events
No specific events are defined for this component.