I'm using filepond with react and material-ui.
If I add very basic filepond component, like this:
<FilePond name="files" labelIdle="" />
It will render default browser input with type file, like this:
I want to render custom material-ui button instead. I know that FilePond can be styled in a different way via CSS, but it's not about styling with CSS-classes, but about inserting predefined component, like naterial-ui one. Is it possible?
