1.0.0 • Published 1 year ago

easy-carousel-stack v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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