Directory

← Back

polymer-utils

Polymer utility functions and base-class with mixins.

Author

Rating

Popularity

<100

[ This description is mirrored from README.md at github.com/jifalops/polymer-utils on 2019-05-10 ]

Published on webcomponents.org

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

<polymer-utils-base-demo></polymer-utils-base-demo>
<hr/>
<polymer-utils-demo></polymer-utils-demo>

Full demo: webcomponents.org | github.

API: webcomponents.org

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

Compatibility

(Loading compatibility data...)

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

polymer-utils - Vaadin Add-on Directory

Polymer utility functions and base-class with mixins. polymer-utils - Vaadin Add-on Directory
**[ 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)
Online