Skip to content

maxlibin/bs-react-image-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example

open BsReactImageUpload;

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