1.0.29 • Published 5 years ago

react-slider-wrapper v1.0.29

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

React Slick Slider Wrapper

The purpose of this project is to make a wrap for the popular library react-slick adding some custom methods and yes, the instagram Dots... :)

The usage is pretty the same as the normal slick, and you can send the settings via props, all the properties are the same as the Slick Slider

import { SliderWrapper } from 'react-slider-wrapper';

<SliderWrapper>
  <img src="path-to-image"/>
  <img src="path-to-image"/>
  <img src="path-to-image"/>
</SliderWrapper>

You can show the couter by adding on the props showCounter and hide the Instagram dots via sending dots=false

<SliderWrapper settings={ {dots: false} } showCounter={ true } >

Also, custom the Instagram Dots using the numDots property on the settings props of the Component, by default is setup to 3

<SliderWrapper settings={{numDots: 5}}>
1.0.29

5 years ago

1.0.28

5 years ago

1.0.26

5 years ago

1.0.27

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.19

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.9

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

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