/cematerial

CSS and JS framework based on Google Material Design

Primary LanguageJavaScript

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"/>