HTML import
HTML import is part of web component framework and its specification is in Draft stage. HTML import can be used to import another html document read more
How to install polymer
Polymer can be installed on Linux (or Mac) using bower on command line. It generates web component and polymer javascript files which can be included read more
HTML5 shadow dom example
HTML5 shadow dom is part of Web components. It is currently in draft stage and supported by Chrome. It can also be compared with react read more
Polymer custom element tag – hello world tutorial
Polymer is a web components library and can be used to create custom elements. The library works on all major browsers (using polyfills) even if read more