kvision / pl.treksoft.kvision.onsenui.carousel / carousel

carousel

(js) fun Container.carousel(direction: CarouselDirection? = null, fullscreen: Boolean? = null, overscrollable: Boolean? = null, autoScroll: Boolean? = null, animation: Boolean? = null, swipeable: Boolean? = null, initialIndex: Int? = null, classes: Set<String>? = null, className: String? = null, init: (Carousel.() -> Unit)? = null): Carousel

DSL builder extension function.

It takes the same parameters as the constructor of the built component.