Asked By: Anonymous
I created Paper-button but its not working on my web-browser.I tried many ways to solve but didn’t work.Here are snaps Of all code and library.
Thanks.
Solution
Answered By: Anonymous
To start work with Polymer elements you need to import main Polymer file into your index.html before use and include paper-button
:
<link rel="import" href="Your Path/polymer-starter-kit/bower_components/polymer/polymer.html">
and also include polyfills webcomponents.js
for browsers support:
<a href="http://Your%20Path/polymer-starter-kit/bower_components/webcomponentsjs/webcomponents-lite.js">http://Your%20Path/polymer-starter-kit/bower_components/webcomponentsjs/webcomponents-lite.js</a>