Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer

Styling Polymer Paper-slider

So I'm essentially wrapping the standard paper-slider element with a custom element, and wantin… Read more Styling Polymer Paper-slider

Polymer: Firebase Db Not Updating Using Firebase-element

I'm trying to setup a firebase connection with Polymer 1.0: ... Solution 1: As per my in… Read more Polymer: Firebase Db Not Updating Using Firebase-element

Polymer's Paper-dropdown-menu Shows Uncollapsed

I'm trying to build a small web app using Polymer, based on the Polymer Starter Kit 1.3, and I&… Read more Polymer's Paper-dropdown-menu Shows Uncollapsed

(almost) Always Have Polymer Definition Inside A Closure?

For complicated elements, is is a good practice to (almost) always have Polymer definition inside a… Read more (almost) Always Have Polymer Definition Inside A Closure?

Polymer: Access Polymer Element Objects

I have a polymer element called his-service: Solution 1: Define it outside of the function and th… Read more Polymer: Access Polymer Element Objects

Polymer: How To Watch For Change In Properties

I'm just starting to learn Polymer. Here is a generic version of my polymer element: Read more Polymer: How To Watch For Change In Properties

Applying Behaviors With Js Mixins In Polymer 2

I want a custom element I'm defining to have the Polymer.IronScrollTargetBehavior in Polymer 2.… Read more Applying Behaviors With Js Mixins In Polymer 2

Webcomponents-lite With Es6 Doesn't Work In Ie 11 And 10

We are using WebComponents with ES6 syntax. WebComponents polyfill webcomponents-lite.js (which doe… Read more Webcomponents-lite With Es6 Doesn't Work In Ie 11 And 10