react-material-libs
The intent of this project is to try out different component libraries implementing Material design
Material UI
- Extensive list of components e.g. Paper, Stepper
- Uses inline styles, so only good ways to override either use its theming, or css with !important flag
React-Toolbox
- Can easily override styles per component with custom SCSS file.
- Or just override variables and theme it that way.
- No grid layout
- No stepper component