![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
org.webjars.bower:github-com-polymerelements-paper-menu-button
Advanced tools
WebJar for paper-menu-button
Material design: Dropdown buttons
paper-menu-button
allows one to compose a designated "trigger" element with
another element that represents "content", to create a dropdown menu that
displays the "content" when the "trigger" is clicked.
The child element assigned to the dropdown-trigger
slot will be used as the
"trigger" element. The child element assigned to the dropdown-content
slot will be
used as the "content" element.
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.
Example:
<paper-menu-button>
<paper-icon-button icon="menu" slot="dropdown-trigger"></paper-icon-button>
<paper-listbox slot="dropdown-content">
<paper-item>Share</paper-item>
<paper-item>Settings</paper-item>
<paper-item>Help</paper-item>
</paper-listbox>
</paper-menu-button>
The following custom properties and mixins are also available for styling:
Custom property | Description | Default |
---|---|---|
--paper-menu-button-dropdown-background | Background color of the paper-menu-button dropdown | --primary-background-color |
--paper-menu-button | Mixin applied to the paper-menu-button | {} |
--paper-menu-button-disabled | Mixin applied to the paper-menu-button when disabled | {} |
--paper-menu-button-dropdown | Mixin applied to the paper-menu-button dropdown | {} |
--paper-menu-button-content | Mixin applied to the paper-menu-button content | {} |
Defines these animations:
neon-animation 2.0
doesn't import the Web Animations polyfill, so you'll have to import it (see example)FAQs
WebJar for paper-menu-button
We found that org.webjars.bower:github-com-polymerelements-paper-menu-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.