An open API service indexing awesome lists of open source software.

https://github.com/xsf0105/xreact-file-upload

File upload with React For mobile.
https://github.com/xsf0105/xreact-file-upload

react upload upload-file uploader

Last synced: 3 months ago
JSON representation

File upload with React For mobile.

Awesome Lists containing this project

README

        

# xreact-file-upload

## 如何使用
```
npm install xreact-file-upload
```

```
import FileUpload from "xreact-file-upload";

}
}}
uploadSuccess={() => {
...
}}
uploadError={() => {
...
}}
/>
```

## License

MIT