0.1.2 • Published 3 years ago

klutch-carousel v0.1.2

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
3 years ago

Klutch Carousel

How to use

npm i klutch-carousel
import klutch-carousel from 'klutch-carousel

<KlutchCarousel
// Add options

/>

Options

// Options //
// Prop: <T> (default value)
/* 
  height: <number> (75vh)
  width: <number> (75vh)
  controls: <boolean> (true)
  indicators: <boolean> (true)
  marginTop: <number> (0)
  shadow: <boolean> (true)
  radius: <number> (0)
  images: Array<string>
    (example- const images = ["some-image","some-image-2"])
*/
  
0.1.2

3 years ago

0.1.1

3 years ago

1.0.0

3 years ago