@corner-guy/image-carousel

0.0.3 • Public • Published

image-carousel

  • How To Use?

    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
  • About Module

    This is just a simple module and problem set from The Odin Project

    problem link

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.30latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.30

Package Sidebar

Install

npm i @corner-guy/image-carousel

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

5.73 kB

Total Files

3

Last publish

Collaborators

  • corner-guy