From 183b620c4d76c778c962caa3d08edda5fdfd2112 Mon Sep 17 00:00:00 2001 From: maoyubin Date: Thu, 14 Jul 2016 11:22:59 +0800 Subject: [PATCH 1/4] add simple des --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e45429..6bd0187 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ The `paper-menu-button` is sensitive to its content's `iron-select` events. If 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: ```html From 6b93bfa74e8212fe41828838b4910cb9f1a6b979 Mon Sep 17 00:00:00 2001 From: Paritosh Balasubrahmanyam Date: Fri, 15 Jul 2016 10:22:51 +1000 Subject: [PATCH 2/4] added additional info --- paper-menu-button.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/paper-menu-button.html b/paper-menu-button.html index a0d2caf..4dce585 100644 --- a/paper-menu-button.html +++ b/paper-menu-button.html @@ -58,6 +58,19 @@ @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. + + --> From 81789785f2db02f9f5188025bf5a9ae89b3d34a4 Mon Sep 17 00:00:00 2001 From: maoyubin Date: Fri, 15 Jul 2016 09:50:08 +0800 Subject: [PATCH 3/4] add Description in paper-menu-button.html --- README.md | 3 --- paper-menu-button.html | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bd0187..4e45429 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,6 @@ The `paper-menu-button` is sensitive to its content's `iron-select` events. If 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: ```html diff --git a/paper-menu-button.html b/paper-menu-button.html index a0d2caf..e9da004 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: From 11fb86a0f2af205a87a6a49d50e6772689f91fca Mon Sep 17 00:00:00 2001 From: Paritosh Balasubrahmanyam Date: Fri, 15 Jul 2016 12:27:19 +1000 Subject: [PATCH 4/4] Added additional info --- paper-menu-button.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/paper-menu-button.html b/paper-menu-button.html index a0d2caf..7e5e463 100644 --- a/paper-menu-button.html +++ b/paper-menu-button.html @@ -58,6 +58,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. + + + + + -->