CarouselItem
Defines properties used to build a carousel item.
Properties
cssClass String
Specifies CSS classes to customize the appearance of the carousel item.
Default: null
htmlAttributes {:}
Specifies additional HTML attributes, such as title, styles, class, id, and name, in a key-value pair format that will be appended to the HTML element. If both the property and equivalent HTML attributes are configured, then the control overrides the property value with the HTML attributes.
Default: {}
interval Number
Specifies the duration in milliseconds for the carousel item transition.
Default: null
template String Function
Specifies a template used to customize the appearance of the carousel item.
Default: null