DropZone example:

Recommend using the <a href="#selectedfile">SelectedFile</a> component to render the list of files.

Full prop description can be found here https://react-dropzone.js.org/#proptypes

```js
<DropZone onDrop={file => console.log(file[0]) }multiple/>
```
