1.0.9 • Published 5 years ago

react-carouselize v1.0.9

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

npm travis build Coverage Status

React-Carouselize

The simplest carousel component you can find in the React ecosystem.

Getting Started

  1. Install the package with yarn add react-carouselize or npm install --save react-carouselize

  2. Import the component

import Carouselize from 'react-carouselize';
  1. Wrap whatever you want to be a carousel
<Carouselize>
  ....
</Carouselize>

Properties

NameTypeDefault valueRequiredDescription
durationnumber5000noAnimation duration in milliseconds
animationstringv-scrollnoOne of v-scroll (vertical scroll), h-scroll (horizontal scroll) or fade
navigationstringleftnoPosition of bullets, between top, right, bottom, left
enableNavigationbooleantruenoEnable/disable click on bullets
enableKeysbooleantruenoEnable/disable scrolling with left or right keys

Contibuting

Check the related file CONTRIBUTING

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago