image-slider-react
v1.0.6
Published
Image gallery component for your application.
Downloads
794
Readme
Image slider
Image gallery component for your application.
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
/>