Home » Polymer Paper Button

Polymer Paper Button

by Online Tutorials Library

Polymer Paper Button

The Polymer paper button is a simple button that has a ripple effect from the point of contact. To get the paper-button in your directory, you should use the following command in the command prompt.

paper button 1

Example

The following example specifies the use of paper-button element in Polymer.js. Create an index.html file and add the following code in it.

Now, open the my-app.html file and include the following code in it.

Example

Output:

paper button 2

Next TopicPaper Badge

You may also like