Easy-Carousel-Stack
This is very easy way usable light weight carousel!
Supported Properties
- Duration (number)
- Loop (boolean)
- Indicate (boolean)
- Alternate (boolean)
- Custom CSS Class (string)
Usage Example
Note: Must be support your element or component className attribute / props
import CarouselWrapper from './lib/Carousel/CarouselWrapper';
const App = () => {
return (
<Fragment>
<CarouselWrapper>
<your-Component> </your-Component>
<your-Component> </your-Component>
<your-Component> </your-Component>
Or
<div className=''> Your Content</div>
<div className=''> Your Content</div>
<div className=''> Your Content</div>
<div className=''> Your Content</div>
</CarouselWrapper>
</Fragment>
);
If you like this Carousel so please rate my hard work Click Here
Thank You