ember-material-design-icons-shim

0.1.13 • Public • Published

Ember-material-design-icons-shim Build Status Ember Observer Score

Greenkeeper badge

FASTBOOT COMPATIBLE

A very simple shim to add material-design-icons to your Ember.js app, without having to rely on Google's CDN.

Use

Install this addon with ember-cli

ember install ember-material-design-icons-shim

And this addon will take care of adding the appropriate CSS and icon fonts into your app's asset pipeline. You can use google material design icons in your app as described in the official Google Material Design Icons documentation

Example

<!-- For modern browsers. -->
<i class="material-icons">alarm</i>
 
<!-- For IE9 or below. -->
<i class="material-icons">&#xE855;</i>

Contributing

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

/ember-material-design-icons-shim/

    Package Sidebar

    Install

    npm i ember-material-design-icons-shim

    Weekly Downloads

    83

    Version

    0.1.13

    License

    MIT

    Unpacked Size

    708 kB

    Total Files

    20

    Last publish

    Collaborators

    • northm