Skip to content

amnbhr/react-image-picker-practical

Repository files navigation

npm Open Source Love

React Image Picker Practical

The image picker is used for selecting single or multiple images from files.

Features

  • jQuery Free
  • Include TypeScript
  • Tested with jest
  • It has storybook
  • Other things (...in progress)

Installation

npm install @amnbhr/[email protected]

Example

//ES6
import React from 'react'
import {ImagePicker} from '@amnbhr/react-image-picker-practical'

export default function App() {
  return (
    <div>
      <ImagePicker 
        title={'Hello Wold!'}
      />
    </div>
  )
}

License

React-Image-Picker-Practical is open-sourced software licensed under the MIT license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published