takanabe / react-redux-material_ui-boilerplate

A boilerplate for React + Redux + Material UI + ES6 syntax application
326 stars 100 forks source link

Where do you incorporate the material-ui theme? #10

Closed nmaves closed 8 years ago

nmaves commented 8 years ago

I am kinda stuck on that point in my own boilerplate code.

PS I like what you go so far.

takanabe commented 8 years ago

@nmaves I import material-ui component in each component as follows,

nmaves commented 8 years ago

Actually I was questioning where you use material_ui_raw_theme_file.jsx. I am having trouble in my own code trying to specify a custom theme.

takanabe commented 8 years ago

Do you want to find the code that uses material_ui_raw_theme_file.jsx? In that case, you should use search box in github and you can find the part.

In this boilerplate material_ui_raw_theme_file.jsx is used in react-redux-material_ui-boilerplate/Header.jsx