1.2.0 • Published 3 years ago

react-file-image-uploader v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

SO in this NPM package we can upload images/videos/wordfiles/excelfiles

Code snippet:

    <FileUploader
      files={files}
      maxWidth="md"
      title="File Uploader"
      onSubmit={
        <Button
          variant="contained"
          color="primary"
          onClick={helperFunction}
        >
          UPLOAD
        </Button>
      }
    />