Skip to content

karlll/iconic-iconset

Repository files navigation

iconic-iconset

Iconic icons in Polymer (http://www.polymer-project.org/)

screenshot

Overview

This repo contains the custom element <iconic-iconset> for using Iconic icons in your Polymer projects.

Installation

Requirements

  • bower
  • Iconic (pro or open version)

Preparation

  • Download and extract in project root dir one (or both) of the Iconic versions below

Open Iconic

Iconic Pro

Install dependencies

  $ bower install

Usage

Import the custom element definition, <link rel="import" href="iconic-iconset.html"> and add an icon to your page, <iconic-iconset icon="thumb" type="smart" class="iconic-md" />

See demo.html for further examples. To view the demo page, your browser should allow local XHRs.

Limitations

  • Smart icon features such as data attributes and Javascrip API is not mapped from iconic.js

License

Author

Karl Larsaeus - karl@ninjacontrol.com