Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Component

Getting The List Of Polymer Published Properties

Is there a way of getting the list of all published properties defined in a polymer component? (e.g… Read more Getting The List Of Polymer Published Properties

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 Data-binding: How To Access Data In Nested Template?

I want to implement a page containing a paper-tabs, with each tab showing a list of items according… Read more Polymer Data-binding: How To Access Data In Nested Template?

Litelement - How To Compute Style Based On Property Or Attribute Values

I'm following the LitElement guide here but can't seem to get my custom element's style… Read more Litelement - How To Compute Style Based On Property Or Attribute Values

Prototype Not Defined When Accessing Children On Creation Of Custom-tag

__What I am trying todo____ Right now I am working with custom HTML5 tags. I am trying to create a… Read more Prototype Not Defined When Accessing Children On Creation Of Custom-tag

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

(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?

Test Lit-element Webcomponent With Karma

I am trying to create a blank project, like a template, using lit-html. I wanted to also add some t… Read more Test Lit-element Webcomponent With Karma