<spinkit-element> is a configurable spinner element based on SpinKit.
Install the component using Bower:
$ bower install spinkit-element --saveImport Custom Element:
<link rel="import" href="bower_components/spinkit-element/spinkit-element.html">And then use it:
<spinkit-element name="circle" size="100" active></spinkit-element>See the Documentation for more options.
https://geoloeg.github.io/spinkit-element/
If you have any questions, you can find me on the Polymer Slack Channel, or just raise an Issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D