1.1.1 • Published 7 years ago

angularic-ionicon v1.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

Angular Icon - Ionicon

A small Angular icon directive for Ionicon.

Icon reference included in the source. index.html.

Usage

Simply add attribute icon or icon-a to add icon.

<!-- In :before -->
<a class="button" icon="apple"></a>

<!-- In :after -->
<a class="button" icon-a="android"></a>

Download

Using NPM

npm install angularic-ionicon

Using Bower

bower install angularic-ionicon