cematerial
v1.0.8
Published
CSS and JS framework based on Google Material Design
Downloads
7
Maintainers
Readme
CEMaterial
Docs
https://caioedut.github.io/cematerial/docs
Dependencies
How to use
Option 1 - Using NPM
$ npm install cematerial
Option 2 - Manual Import
Include CEMaterial's JS and CSS files.
<script type="text/javascript" src="js/cematerial.min.js"></script>
<link type="text/css" rel="stylesheet" href="css/cematerial.min.css"/>
Include the required fonts.
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"/>
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>