react-upload-image-gallery

0.0.1-beta.5 • Public • Published

react-upload-image-gallery

Create a picture gallery for React, upload, change the order, and customize a library.

Installation

npm install react-upload-image-gallery

or:

yarn add react-upload-image-gallery

Usage

import RUIG from 'react-upload-image-gallery'
 
// Add style manually
import 'react-upload-image-gallery/dist/style.css' // or scss
 
 
<RUIG
  action="/api/upload" // upload route
  source={response => response.source} // response image source
/>

/react-upload-image-gallery/

    Package Sidebar

    Install

    npm i react-upload-image-gallery

    Weekly Downloads

    5

    Version

    0.0.1-beta.5

    License

    none

    Unpacked Size

    72.2 kB

    Total Files

    20

    Last publish

    Collaborators

    • minan