Complete, simple and easy to use Material Design Lite package for web projects, compiled from original Google resources
Homepage Repository npm Download
Material Design Lite package complete, simple and easy to use for web projects, compiled from original Google sources.
This is an UNOFFICIAL version just compiled to provide a complete and theme ready local installation from only one package.
It contains:
npm i -S mdl-pack
yarn add mdl-pack
snipacks add unpkg icons.css mdl-pack/dist/icons.css
snipacks add unpkg theme.css mdl-pack/dist/${primary}-${accent}.css
snipacks add unpkg cpnts.js mdl-pack/dist/components.js
Google CDN is great and serves all files needed to apply a Material Design Lite style for any website.
But... it is a CDN.
If you want to deploy only websites, blogs or any online content with MDL styles, Google CDN can serve you very well.
But if you want/need to:
Then... Google CDN will not serve you!
So, mdl-pack came to the rescue!
Documentation and all other info about Google Material Design Lite can be found at official website.