bs-react-image-upload

1.0.2 • Public • Published

example

open BsReactImageUpload;

[@react.component]
let make = () =>
  <div>
    <ImageUploader
      imgExtension=[|"png", "jpeg"|]
      withIcon=true
      buttonText="Choose a image"
      withPreview=true
      maxFileSize=5242880
    />
  </div>;

Package Sidebar

Install

npm i bs-react-image-upload

Weekly Downloads

11

Version

1.0.2

License

ISC

Unpacked Size

199 kB

Total Files

14

Last publish

Collaborators

  • maxlibin