1.1.2 • Published 2 years ago
reactjs-simple-slider v1.1.2
React Simple Image Slider
A simple and reusable image slider for React (Demo)
Installation
The package can be installed via NPM:
npm i reactjs-simple-slider
Usage
Import Slider for usage :
import { Slider } from "reactjs-simple-slider";
Define your slider and config :
<Slider
objectFit="contain"
images={[
"https://fakeimg.pl/200x50/",
"https://fakeimg.pl/200x50/ff0000/",
"https://fakeimg.pl/200x50/0000ff/",
]}
/>
User guide
Prop name | Description | Default value | Example values |
---|---|---|---|
width | Width of slider | 200px | |
height | Height of slider | 500px | |
objectFit | The objectFit property is used to specify how an images should be resized to fit its container | undefined | fill , contain , cover , none , scale-down , undefined |
images | List of images to show | string[] | {"image1", "image2", "image3"} |
leftArrow | You can customize arrow left by pass string or a react component or function | React Component or string | |
rightArrow | You can customize arrow right by pass string or a react component or function | React Component or string | |
infiniteLoop | Set auto change slide | false | true , false |
interval | Duration of change images slider time | 5000 | Millisecond |
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.33
2 years ago
1.0.32
2 years ago
1.0.31
2 years ago
1.0.30
2 years ago
1.0.29
2 years ago
1.0.28
2 years ago
1.0.27
2 years ago
1.0.26
2 years ago
1.0.25
2 years ago
1.0.24
2 years ago
1.0.23
2 years ago
1.0.22
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago