0.1.92 • Published 4 years ago

react-custom-carousel v0.1.92

Weekly downloads
62
License
-
Repository
github
Last release
4 years ago

React Custom Carousel

Props:

The component accepts the following props:

Assets

Assets to be included in carousel

  • An array of assets to be looped through in carousel

Sizing

Set the size of the carousel

  • width: width of carousel (default px)

  • height: height of carousel (default px)

Dots

Determines if tracking dots are viewable below carousel

  • dots: boolean value (default false)

Duration

Set the amount of time each slide remains visible

  • duration: value in ms (ex: use 3000 for 3s)

Arrows

Set custom arrows for the carousel

Captions

Set custom captions for each slide in the carousel

  • captions: array of strings, each element is a caption for the corresponding image at that index

Controls Determines if HTML5 video controls are shown

  • controls: boolean value (default true)
0.1.92

4 years ago

0.1.91

4 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago