PolymerUtils
Polymer utility functions, commonly needed mixins, and a utility base-class that incorporates the mixins
PolymerUtils
-- utility class with static methodsPolymerUtilsBase
-- 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
<polymer-utils-base-demo></polymer-utils-base-demo>
<hr/>
<polymer-utils-demo></polymer-utils-demo>
Full demo: webcomponents.org | github.
API: webcomponents.org
Contributing
- Fork it on Github.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request