Home » Polymer Paper Icon Button

Polymer Paper Icon Button

by Online Tutorials Library

Polymer-Paper icon button

In Polymer.js, paper icon button is an action button which is used to represent a particular action such as settings. It shows a ripple effect when the user touches the button.

These buttons can be used as a link or you can give some styling to the buttons as shown in the following example.

Use the following command to get paper-icon-button and iron-icons in your directory:

paper icon 1

Example

Create an index.html file and add the following code in it to see the use of paper icon button element in Polymer.js.

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

Output:

paper icon 2

Next TopicPaper Fab

You may also like