diff --git a/paper-menu-button.html b/paper-menu-button.html index a0d2caf..51adfdd 100644 --- a/paper-menu-button.html +++ b/paper-menu-button.html @@ -33,6 +33,9 @@ the "content" element triggers an `iron-select` event, the `paper-menu-button` will close automatically. +#### Simply Put +The idea of composing prebuilt components to create functional web or mobile apps is no longer a pipe dream.`paper-menu-button` is a tiny UI material design element that composes a trigger and a dropdown menu that greatly reduces the time and effort to build your web pages and apps.It will be a straightforward process for developer can take advantages of its mechanism to create reusable custom elements. + Example: @@ -58,6 +61,22 @@ @hero hero.svg @demo demo/index.html + +### What to Use `paper-menu-button` repository for and When to Use it. + +`paper-menu-button` could be used in scenarios where performing certain actions on a button would render menu items associated with it. + +Format: + + + + This is a placeholder for menu items. If the menu item triggers an `iron-select` event, the `paper-menu-button` + will close automatically. + + + + + -->