polymer-utils

WebJar for polymer-utils

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.jifalops
ArtifactId

ArtifactId

polymer-utils
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

polymer-utils
WebJar for polymer-utils
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jifalops/polymer-utils

Download polymer-utils

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.jifalops/polymer-utils/ -->
<dependency>
    <groupId>org.webjars.bowergithub.jifalops</groupId>
    <artifactId>polymer-utils</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jifalops/polymer-utils/
implementation 'org.webjars.bowergithub.jifalops:polymer-utils:0.2.1'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jifalops/polymer-utils/
implementation ("org.webjars.bowergithub.jifalops:polymer-utils:0.2.1")
'org.webjars.bowergithub.jifalops:polymer-utils:jar:0.2.1'
<dependency org="org.webjars.bowergithub.jifalops" name="polymer-utils" rev="0.2.1">
  <artifact name="polymer-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.jifalops', module='polymer-utils', version='0.2.1')
)
libraryDependencies += "org.webjars.bowergithub.jifalops" % "polymer-utils" % "0.2.1"
[org.webjars.bowergithub.jifalops/polymer-utils "0.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

Published on Vaadin  Directory Stars on vaadin.com/directory 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

Versions

Version
0.2.1