An ember ember-cli addon for loading SVG components. This addon was created to make it simple to add different types of loading indicators into an app. The SVGs were created entirely by https://github.com/jxnblk/loading.
Install the addon through npm:
$ npm install ember-cli-loading
You now have access to the following components:
{{loading-balls}}
{{loading-bars}}
{{loading-bubbles}}
{{loading-cubes}}
{{loading-cylon}}
{{loading-spin}}
{{loading-spinning-bubbles}}
{{loading-spokes}}
You can change the color and size, too.
For an application-wide loading indicator, you can call the component from the loading template:
templates/loading.hbs
The SVGs were created by https://github.com/jxnblk/loading.
MIT
The License for Brent Jackson's loading SVGs: https://github.com/jxnblk/loading.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander.