102
Polymer-Paper Fab
In Polymer.js, paper-fab is a floating action button used to provide a ripple effect when the user touches the button.
The button may be a simple button or an image placed within it.
Use the following command to install this element in your project directory and use in your application.
Example
Create an index.html file and add the following code in it to see the use of paper-fab element in Polymer.js.
Now, open my-app.html file and include the following code in it.
Output:
Next TopicPaper Checkbox