Is there a component for file input type which allows us to upload images?
https://github.com/mui-org/material-ui/blob/ddde3c93235f170d2781749a8907005fc12372eb/docs/src/pages/demos/buttons/RaisedButtons.js#L34-L45
Next time please submit support requests and questions to StackOverflow using the tag material-ui. StackOverflow is better suited for this kind of support. The issue tracker is for bug reports and feature discussions. See also our CONTRIBUTING guidelines.
...so I guess the answer is "no". ( and that code doesn't work for me )
Dropzone is roadmap. For now there's this:
There's a 3rd party MUI dropzone.
...so I guess the answer is "no". ( and that code doesn't work for me )
Make sure Button has component="span"
, that helped me.
Most helpful comment
https://github.com/mui-org/material-ui/blob/ddde3c93235f170d2781749a8907005fc12372eb/docs/src/pages/demos/buttons/RaisedButtons.js#L34-L45
Next time please submit support requests and questions to StackOverflow using the tag material-ui. StackOverflow is better suited for this kind of support. The issue tracker is for bug reports and feature discussions. See also our CONTRIBUTING guidelines.