image-slider-react

1.0.6 • Public • Published

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

/image-slider-react/

    Package Sidebar

    Install

    npm i image-slider-react

    Weekly Downloads

    225

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    120 kB

    Total Files

    21

    Last publish

    Collaborators

    • stawesome