0.1.0 • Published 3 years ago

material_file_uploader v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago