Polymer utility functions and base-class with mixins.
[ This description is mirrored from README.md at github.com/jifalops/polymer-utils on 2019-05-10 ]
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
License
Install
Framework Support
Polymer 2.0+
Browser Compatibility
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 0.2.1
Dependencies
- polymer#Polymer/polymer#^2.0.0