react-material-libs

The intent of this project is to try out different component libraries implementing Material design

Material UI

Web

Github

  • 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

Web

Github

  • 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