All Questions
2 questions
1
vote
1
answer
5k
views
Reactjs / Material-UI: className does not work on the ToggleButton component [duplicate]
Using React / Material UI, I am trying to apply styles to a group of ToggleButtons .
Currently I can only define the style prop for each ToggleButton to make it work.
I am trying to do className={...} ...
0
votes
1
answer
592
views
Custom css in material-ui version4.9.0
i have to update the material ui version in my project. The version i used was the 0.20 and now i've updated to v.4.9
I've changed all the imports from material-ui to @materia-ui/core and my app is ...