Skip to content
An Ember.js component for displaying a spinning loading indicator using spin.js.
JavaScript
Find file
Failed to load latest commit information.
.gitignore Added example
README.md Removed requirement for empty template
bower.json Removed redundant version info from bower.json
index.html
x-spinner.js

README.md

ember-spin.js

An Ember.js component for displaying a spinning loading indicator using spin.js.

See here for a demo.

Installing

bower install ember-spin.js

Usage

{{x-spinner lines=12 length=6 shadow=true color="#00F" width=20}}

You need to include x-spinner.js after you define your App = Ember.Application.create(). See this discussion for a discussion of ways to improve this.

Something went wrong with that request. Please try again.