1.2.8 • Published 2 years ago

react-intro-slider v1.2.8

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

license version

Quick Start

npm i react-intro-slider --save
Slider With Vertical Controller gifSlider with Horizontal Controller gif

Demo

Try it online

Table of contents

Configure looks

NameTypeDefaultDescription
sizestringmediumSize of slider. Possible values: small, medium,large,fullscreen
titleStylestringnullStyling for slide title
imageStylestringnullStyling for slide image
descriptionStylestringnullStyling for slide description
skipButtonStylestylenullStyling for skip button
nextButtonStylestylenullStyling for next button
controllerActiveIconStylestylenullStyle of active pagination dots
controllerInactiveIconStylestylenullStyle of inactive pagination dots
sliderStylestylenullStyle of slider container
slideStylestylenullStyle of slide
nextLabelstringNEXTLabel of next button
skipLabelstringSKIPLabel of skip button
doneLabelstringDONELabel of done button
controllerIconActivenodenullCustom active icon
controllerIconInactivenodenullCustom inactive icon

Configure behavior

NameTypeDefaultDescription
slidesarrayNo default, requiredAn array of objects
skipButtonbooleanfalseEnable to show a skip button to the left of pagination dots
nextButtonbooleantrueDisable to hide the next button
closeOnOverlayClickbooleantrueDisable to keep slider open
controllerOrientationstringverticalOrientation of the control buttons. Possible values: vertical,horizontal
sliderIsOpenbooleanfalseEnable to show slider

Methods

Method NameDescription
handleDoneCallback function triggered when user presses done
handleCloseCallback function triggered when slider closes because of overlay click or skip button press

You can run the example Expo-app by cloning the repo:

git clone https://github.com/dimitamp/react-intro-slider.git
cd react-intro-slider
npm install
npm start
1.2.8

2 years ago

1.2.7

2 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

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.5

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