Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added additional info #92

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions paper-menu-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<paper-menu-button>
Expand All @@ -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:
<paper-menu-button>
<trigger-element class="dropdown-trigger"></trigger-element>
<second-child-element class="dropdown-content">
This is a placeholder for menu items. If the menu item triggers an `iron-select` event, the `paper-menu-button`
will close automatically.
</second-child-element>
</paper-menu-button>



-->

<dom-module id="paper-menu-button">
Expand Down