This repo has been ported to ember-frost-core - no more PRs will be accepted.
A collection of icons for frost
Installation
ember install ember-frost-icons
API
Name | Description |
---|---|
icon |
the name of the icon to display |
Examples
Add
{{frost-icon icon="frost/add" }}
Development
Setup
git clone git@github.com:ciena-frost/ember-frost-icons.git
cd ember-frost-icons
npm install && bower install
Development Server
A dummy application for development is available under ember-frost-icons/tests/dummy
. This allows you to easily change the background color and see how the icons look against various backgrounds.
To run the server run npm start
from the root of the repository and visit the app at http://localhost:4200.
Testing
Run npm test
from the root of the project to lint the code, execute the test suite, and output code coverage.