0.0.3 • Published 9 years ago

ember-cli-skycon v0.0.3

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

ember-cli-skycon

This addon allows the use of of the skycon library for weather icons

Usage

ember install:addon ember-cli-skycon

Then inside a template you can use the component

{{sky-icon height="100px" width="100px" icon="clear-day" color="blue"}}

The components properties can be bound as well

{{sky-icon height=my-height width=my-width icon=my-icon color=my-color}}

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