1.0.4 • Published 4 years ago

another-react-slider v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Another React Slider

another-react-slider is a customizable React Component that renders mixed content slider/carousel.

Demo

http://zhadaev.github.io/another-react-slider

Sandbox

https://codesandbox.io

Installation

npm install --save another-react-slider

or

yarn add another-react-slider

Main Props

AttributeTypeRequiredDescription
dataarrayyesArray of objects with slides data
slideElnodeyesReact component to render slide item
navPrevElnodenoReact component to render custom previous button
navNextElnodenoReact component to render custom next button
navDotElnodenoReact component to render custom dot navigation item
autoPlaynumbernoEnable autoplay and set delay to change slides automatically
hideNavigationbooleannoHide arrows slider navigation
hideDotsbooleannoHide arrows slider navigation
showPlayPausebooleannoShow play/pause button
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago