/ember-frost-icons

A collection of svg icons for frost

Primary LanguageJavaScript

ember-frost-icons
Travis Coveralls NPM

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. 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.