… </template> <script> Polymer({ is: 'paper-spinner', behaviors: [ Polymer.PaperSpinnerBehavior ] }); </script> </dom-module> PAPER SPINNER ELEMENT Write your own elements, HTML, STYLE, BEHAVIOR
take advantage of all the features of Web Components Polymer App ToolBox helps you builds Progressive Web Apps with minimal overhead. It leverages powerful features like service workers and Web components
polymer element in your app… Visit the Polymer Catalog (https://elements.polymer-project.org/browse) Star the elements you want Download the bower.json file Add it to your app directory Run bower install Ready to be used! Install Node, npm and bower