-
This is just a simple function that just helps to create a image carousel it takes 2 mandatory argument and 3 optional argument
imageCarousel(src, target,[... height, width, autoSlide)
- src : array contaning different img links to add to carousel
- target : class of element on which append the carousel
- height : optional paramter by default takes full height of parent container
- width : optional paramter by default takes full width of parent container
- autoSlide : optional paramter by default takes the carousel slides every 5 sec
-
This is just a simple module and problem set from The Odin Project
@corner-guy/image-carousel
0.0.3 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i @corner-guy/image-carousel
Repository
Weekly Downloads
0
Version
0.0.3
License
ISC
Unpacked Size
5.73 kB
Total Files
3