Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextml-code/react-file-dropzone
File dropzone component for React
https://github.com/nextml-code/react-file-dropzone
Last synced: 8 days ago
JSON representation
File dropzone component for React
- Host: GitHub
- URL: https://github.com/nextml-code/react-file-dropzone
- Owner: nextml-code
- License: apache-2.0
- Created: 2021-01-28T12:02:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T13:56:11.000Z (over 3 years ago)
- Last Synced: 2025-01-02T14:09:06.715Z (13 days ago)
- Language: JavaScript
- Size: 4.59 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @aiwizo/react-file-dropzone
**NOTE! v0.0.x - alpha. Not production ready. Still needs testing and improvements.**
File dropzone component for React.
## Installation
```
npm install @aiwizo/react-file-dropzone @aiwizo/application-styles styled-components
```## Basic Usage
```javascript
// Importing
import "@aiwizo/application-styles";
import { FileDropzone } from "@aiwizo/react-file-dropzone";{
/* Do something */
}}
/>;
```### Custom styling
Its possible to override the following default styles
```javascript
;
```Make sure that the peer dependencies in `package.json` are installed in your application.
## Contribution
Please let us know if you have any issues. Put an issue here on github and we'll do our best to solve it.