@gl0b3/materialicons
v2.1.0
Published
Iron iconset based on MaterialIcons
Downloads
191
Readme
Material Icons based on Vaadin Iconset
Material Icons version 2.1.0 based on Vaadin iconset.
Version: 2.1.0
Release notes
This version use a newer icon list, 2170 icons compared to the preivous 1816 icons.
Note
If you previously used version 2.0.1, please switch to 2.0.2 or to the latest 2.x version. Version 2.0.1 has been removed from the NPMJS registry and replaced by 2.0.2. The code remained the same, only the version number changed due to the republishing.
Usage
Installation
Install the materialicons
:
npm install @gl0b3/[email protected]
Once installed, import in your applicaiton:
import 'materialicons/materialicons.js';
Add to your page:
<vaadin-icon icon="materialicons:refresh"></vaadin-icon>
Contributing
If you want to send a PR to this element, here are the instructions for running the tests and demo locally:
Installation
git clone https://github.com/gl0b3/materialicons
cd materialicons
npm install
npm install -g polymer-cli
Running the demo locally
polymer build
polymer serve --npm
open http://127.0.0.1:8081/components/@gl0b3/materialicons/
If the site is not available, look at the polymer log or visit: http://[::1]:8081/components/@gl0b3/materialicons/ .