An open API service indexing awesome lists of open source software.

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.

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