Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.