A loading spinner with optional status text.
##Install
Libraries
npm install bower -g
Inside your project run:
bower install x-tag-spinner
##Syntax
The following markup will produce a loading spinner with optional label text
<x-spinner label="Loading"></x-spinner>
##Usage
Methods:
spin
- starts spinning the elementstop
- stops spinning the elementtoggle
- toggles between spinning and stopped statesAttributes:
duration
- Time in seconds it should take for spinner to complete one rotation.label
- Text to display within the spinner.reverse
- Spinner rotation defaults to clockwise. When present, spinner will rotate counterclockwise.src
- The URL of an image to use in place of the CSS spinner effect.