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>
This is the first label
This is the second label
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
name | Name of the carousel | string | - | - |
colspan | Number of columns to span | number | - | - |
auto_play | If the carousel should auto play | boolean | 1 | 0 | true | - |