I was wondering if there is a way to use material-ui with browserify-shim? I have an existing project based on browserify shims, and official Material UI docs require imports of multiple components from the specific locations like this:
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider';
I have no idea how to add this to package.json. Any suggestions?
What are you asking for help with? Happy to try to point you in the right direction but would appreciate a specific question based on your attempt to implement this yourself.
Hi contributors,
I was wondering if there is a way to use material-ui with browserify-shim? I have an existing project based on browserify shims, and official Material UI docs require imports of multiple components from the specific locations like this:
import MuiThemeProvider from 'material-ui/styles/MuiThemeProvider';
I have no idea how to add this to package.json. Any suggestions?
Thanks, Goran