1.1.2 • Published 8 months ago

reactjs-simple-slider v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

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 nameDescriptionDefault valueExample values
widthWidth of slider200px
heightHeight of slider500px
objectFitThe objectFit property is used to specify how an images should be resized to fit its containerundefinedfill , contain , cover , none , scale-down , undefined
imagesList of images to showstring[]{"image1", "image2", "image3"}
leftArrowYou can customize arrow left by pass string or a react component or functionReact Component or string
rightArrowYou can customize arrow right by pass string or a react component or functionReact Component or string
infiniteLoopSet auto change slidefalsetrue , false
intervalDuration of change images slider time5000Millisecond
1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.33

9 months ago

1.0.32

9 months ago

1.0.31

9 months ago

1.0.30

9 months ago

1.0.29

9 months ago

1.0.28

9 months ago

1.0.27

9 months ago

1.0.26

9 months ago

1.0.25

9 months ago

1.0.24

9 months ago

1.0.23

9 months ago

1.0.22

9 months ago

1.0.21

9 months ago

1.0.20

9 months ago

1.0.13

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago