What I like about this library over Material UI is the complete separation of styling, I really don't like how styles are written and passed as an object in Material UI and the requirement of getting muiTheme() from context for most components is just maddening, especially painful during testing. But what I'd really like to see from a material ui library is one that uses ITCSS for styling, check out the grommet UI library which is just an amazing library to work with, and the ITCSS makes editing and customising components a breeze.