0.1.0 • Published 4 years ago

material_file_uploader v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

NAME

material file uploader

ABOUT

choose many (0 - n) file for upload and show list of selected files

EXAMPLE

    import FileUploader from "material_file_uploader";

    return (
        <FileUploader
            maxCount={1}
            showFooter={true}
            onUpload={(list, onAnswer) => {
                console.log(list);
                setTimeout(() => onAnswer("Upload successfully!") , 2000);
            }}/>
        );
0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago