polymer-utils - Vaadin Add-on Directory
Polymer utility functions and base-class with mixins.
**[ This description is mirrored from README.md at [github.com/jifalops/polymer-utils](https://github.com//jifalops/polymer-utils/blob/0.2.1/README.md) on 2019-05-10 ]**
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/jifalops/polymer-utils)
# PolymerUtils
Polymer utility functions, commonly needed mixins, and a utility base-class that incorporates the mixins
* `PolymerUtils` -- utility class with static methods
* `PolymerUtilsBase` -- Base class with mixins already applied.
* `mixins/` -- A few handy mixins.
## Installation
```
bower i -S polymer-utils # Polymer 2.0, ES6 classes
```
## Usage
Extend `PolymerUtilsBase` or use the `PolymerUtils.*` async and debounce methods.
## Demo
```html
```
Full demo:
[webcomponents.org](https://www.webcomponents.org/element/jifalops/polymer-utils/demo/demo/index.html)
| [github](https://jifalops.github.io/polymer-utils/components/polymer-utils/demo/).
API: [webcomponents.org](https://www.webcomponents.org/element/jifalops/polymer-utils/polymer-utils)
## Contributing
1. Fork it on Github.
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request
## License
[MIT](https://opensource.org/licenses/MIT)
DocumentationOnline Demo
View on GitHub
GitHub Homepage
Issue tracker
polymer-utils version 0.1.0
### Dependencies
* polymer#Polymer/polymer#^2.0.0
polymer-utils version 0.2.0
### Dependencies
* polymer#Polymer/polymer#^2.0.0
polymer-utils version 0.2.1
### Dependencies
* polymer#Polymer/polymer#^2.0.0