1.0.6 • Published 5 years ago

image-slider-react v1.0.6

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

Image slider

Image gallery component for your application.

Build Status GitHub issues npm

Edit image-slider-react

Table of Contents


Description

A convenient and configurable tool for displaying images with their thumbnails.

You can just pass an array of urls to pictures and put the component in the right place in order to start using it in your project.

It's also adopted for mobile devices.


Installation

npm install image-slider-react


Clone

Clone this repo to your local machine using

git clone https://github.com/pivchenkosv/image-slider.git


Usage

Import ImageSlider

import ImageSlider from "image-slider-react";

And use it in your React component

<ImageSlider 
    images={images} // An array of images urls
    height='400px'  // Not required
    width='600px'   // Not required
/>

License License

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

5 years ago