The Carousel component assembles a sequential display of items.

It is used to create horizontal scrolling of objects, and you can change their view by swiping your finger on the screen.

Basic example:

<Carousel>
<Image src={`https://picsum.photos/id/870/800/400`} />
<Image src={`https://picsum.photos/id/871/800/400`} />
<Image src={`https://picsum.photos/id/872/800/400`} />
</Carousel>

Check all possible configurations in CarouselProps.

Param

Carousel Properties

Has Children

Hierarchy