Tutorial by Examples

This example creates a Polymer element named x-foo, whose template binds to a string property, named "message". The element's HTML is imported into the main document, which allows usage of <x-foo> tags in <body>. x-foo.html <dom-module id="x-foo"> <templ...
Polymer prodives a lot of well built elements for you to use in your app. Browse them in their Element Catalog. Let's go through the workflow of using an element by including paper-input (Documentation) Download the Element To Download an element there are two ways: Bower The convinient way is...
We got the following very basic element my-element saved as src/my-element.html <link rel="import" href="bower_components/polymer/polymer.html"> <dom-module id="my-element"> <template> <style> /* local styles go here */ ...
Let's set yourself up to build your own awesome Progressive Web App with Polymer! Before you can start installing Polymer you require the following: Node.js - check out the StackOverflow Installing Node.js Documentation Bower - you can install Bower using the Node Package Manager installe...

Page 1 of 1