Skip to content

Carousel

v2.41.0

This component is the type container and is based on Carousel from Ant Design.

It can be used with the tag <carousel /> and can have <group /> as children, where each <group /> will represent a page of the carousel.

<carousel>
<group>
<label string="This is the fist label" />
</group>
<group>
<label string="This is the second label" />
</group>
</carousel>

API

PropertyDescriptionTypeDefaultVersion
nameName of the carouselstring--
colspanNumber of columns to spannumber--
auto_playIf the carousel should auto playboolean | 1 | 0true-