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>;

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bs-react-image-upload

    Weekly Downloads

    17

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    199 kB

    Total Files

    14

    Last publish

    Collaborators

    • maxlibin