Styling
Wrapper Styling
Apply css classes to the carousel container.
Details
Prop Name | Type | Default Value |
---|---|---|
className | string | undefined |
Example
Code
<Carousel
scrollDistance="screen"
showPageIndicators
className="border-8 border-pink-500 border-solid"
>
<img src="pexels-01.jpg" />
<img src="pexels-02.jpg" />
<img src="pexels-03.jpg" />
</Carousel>