0.1.1 • Published 6 years ago

ember-cli-material-icons v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

ember-cli-material-icons

This ember-cli addon facilitates the integration of google's Material Icons with ember-cli apps.

Installation

ember install ember-cli-material-icons`

Demo site

Check out examples at https://smashweaver.github.io/ember-cli-material-icons/

Usage

Show an icon

{{md-icon "home"}}

Spin an icon

{{md-icon "setting" isSpin=true}}

Pulsate an icon

{{md-icon "setting" isPulse=true}}

Spin an icon faster

{{md-icon "settings" isSpin=true is2x=true}}