Home » Polymer Paper Dropdown Menu

Polymer Paper Dropdown Menu

by Online Tutorials Library

Polymer Paper Dropdown Menu

The Polymer paper-dropdown menu is a simple dropdown menu, which is used to work with selectable content. Use the following commands to install this element in your project directory and use in your application.

paper dropdown 1

paper dropdown 2

paper dropdown 3

Example

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

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

Output:

paper dropdown 4

Next TopicPaper Card

You may also like