I'm literally copying the code verbatim from Material UI (http://www.material-ui.com/#/components/raised-button) for the raised button. I've installed all the necessary node modules. What is happening?
Attached the error below image. Basically it says "TypeError: Cannot read property 'prepareStyles' of undefined".
<RaisedButton label="Primary" primary={true} style={style} />
You need to wrap your topmost component (or at least some parent component) in material-ui's MuiThemeProvider component:
https://jsfiddle.net/9017dsc2/1/