Socket
Socket
Sign inDemoInstall

@polymer/iron-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/iron-dropdown

An unstyled element that works similarly to a native browser select


Version published
Weekly downloads
12K
decreased by-4.69%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

Demo and API Docs

##<iron-dropdown>

<iron-dropdown> is a generalized element that is useful when you have hidden content (.dropdown-content) that is revealed due to some change in state that should cause it to do so.

Note that this is a low-level element intended to be used as part of other composite elements that cause dropdowns to be revealed.

Examples of elements that might be implemented using an iron-dropdown include comboboxes, menubuttons, selects. The list goes on.

The <iron-dropdown> element exposes attributes that allow the position of the .dropdown-content relative to the .dropdown-trigger to be configured.

<iron-dropdown horizontal-align="right" vertical-align="top">
  <div class="dropdown-content">Hello!</div>
</iron-dropdown>

In the above example, the <div> with class .dropdown-content will be hidden until the dropdown element has opened set to true, or when the open method is called on the element.

Keywords

FAQs

Package last updated on 02 Feb 2016

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc