Carousel is a layout-building component that can house any of the data-presenting components while navigation between them is enabled with the help of standard controls. Check their CSS maps if you want to style carousel elements.
css class | Element |
---|---|
.webix_carousel | carousel object |
.webix_item.webix_carousel_active | casousel item that is currently shown |
.webix_item.webix_carousel_inactive | carousel item that is currently hidden |
Read more about Carousel
Back to top