react-mdl-css
Use Custom style from https://getmdl.io/customize in your react-mdl app, you don't have to use the default style provided by react-mdl.
ℹ️ This Package won't work without react-mdl, so make sure to include it.
Quick-Start Guide
Installation
1. Install the package:
npm install -save react-mdl-css
Development Workflow
2. Include the customized style from getmdl.io in your index.html:
<!-- A basic example with purple primary color and pink accent color -->
3. Include react-mdl & react-mdl-css in your entry file (index.js):
;;
ℹ️ We're done here. You don't need to import
react-mdl/extra/material.css
License
MIT