https://github.com/geoloeg/spinkit-element
[Polymer 1.x] Element that provides a configurable spinner based on Spinkit.
https://github.com/geoloeg/spinkit-element
polymer polymer-element spinkit webcomponents
Last synced: 24 days ago
JSON representation
[Polymer 1.x] Element that provides a configurable spinner based on Spinkit.
- Host: GitHub
- URL: https://github.com/geoloeg/spinkit-element
- Owner: GeoloeG
- License: mit
- Created: 2016-04-08T10:16:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T14:42:48.000Z (over 8 years ago)
- Last Synced: 2025-08-25T18:58:15.370Z (about 1 month ago)
- Topics: polymer, polymer-element, spinkit, webcomponents
- Language: HTML
- Homepage:
- Size: 2.9 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ``
## Descripton
`` is a configurable spinner element based on [SpinKit](http://tobiasahlin.com/spinkit/).
## Install
Install the component using [Bower](http://bower.io/):
```sh
$ bower install spinkit-element --save
```## Usage
Import Custom Element:
```html
```
And then use it:
```html
```
See the [Documentation](https://geoloeg.github.io/spinkit-element/) for more options.
## More Demos
[https://geoloeg.github.io/spinkit-element/](https://geoloeg.github.io/spinkit-element/components/spinkit-element/demo/)
## Discussing
If you have any questions, you can find me on the [Polymer Slack Channel](https://polymer.slack.com/), or just raise an Issue.
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D