A button for uploading files

```js
<UploadButton
  buttonText={'Upload'}
  onChange={() => console.log('UploadButton clicked')}
/>
```
