polymer-utils
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
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- polymer#Polymer/polymer#^2.0.0
- Released
- 2017-08-22
- Maturity
- IMPORTED
- License
- MIT License
Compatibility
- Framework
- Polymer 2.0+
- Browser
- Browser Independent