Directory

← Back

incubator-popup

<incubator-popup> is a Web Component providing an easy way to hide extra content from your webpage and show them to the user whenever they need them.

Author

Rating

Popularity

<100

<incubator-popup>

<incubator-popup> is a Web Component providing an easy way to hide extra content from your webpage and show them to the user whenever they need them.

Screenshot of incubator-popup

Example Usage

  <vaadin-button theme="icon tertiary" id="more">
    <iron-icon icon="vaadin:ellipsis-dots-h"></iron-icon>
  </vaadin-button>
  <incubator-popup for="more" close-on-click>
    <template>
      <style>
        [part="container"] {
          padding: 5px 10px;
        }
      </style>
      <div part="container">
        <vaadin-button theme="icon">
          <iron-icon icon="vaadin:edit"></iron-icon>
        </vaadin-button>
        <vaadin-button theme="icon">
          <iron-icon icon="vaadin:close"></iron-icon>
        </vaadin-button>
        <vaadin-button theme="icon">
          <iron-icon icon="vaadin:plus"></iron-icon>
        </vaadin-button>
      </div>
    </template>

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#^2.0.0
  • vaadin-themable-mixin#vaadin/vaadin-themable-mixin#^1.0.0
  • vaadin-element-mixin#vaadin/vaadin-element-mixin#^1.0.1
  • vaadin-license-checker#vaadin/license-checker#^2.0.1
  • vaadin-lumo-styles#vaadin/vaadin-lumo-styles#^1.0.0
  • vaadin-overlay#^3.0.4
  • iron-media-query#^2.1.0
Released
2018-08-22
Maturity
IMPORTED
License
Other

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent

incubator-popup - Vaadin Add-on Directory

is a Web Component providing an easy way to hide extra content from your webpage and show them to the user whenever they need them. incubator-popup - Vaadin Add-on Directory
# <incubator-popup> [<incubator-popup>](https://vaadin.com/directory/components/vaadinincubator-popup) is a Web Component providing an easy way to hide extra content from your webpage and show them to the user whenever they need them. [Screenshot of incubator-popup](https://vaadin.com/components/incubator-popup) ## Example Usage ```html ```
GitHub Homepage
License
Issue tracker
View on GitHub

incubator-popup version 1.0.0
### Dependencies * polymer#^2.0.0 * vaadin-themable-mixin#vaadin/vaadin-themable-mixin#^1.0.0 * vaadin-element-mixin#vaadin/vaadin-element-mixin#^1.0.1 * vaadin-license-checker#vaadin/license-checker#^2.0.1 * vaadin-lumo-styles#vaadin/vaadin-lumo-styles#^1.0.0 * vaadin-overlay#^3.0.4

incubator-popup version 1.0.1
### Dependencies * polymer#^2.0.0 * vaadin-themable-mixin#vaadin/vaadin-themable-mixin#^1.0.0 * vaadin-element-mixin#vaadin/vaadin-element-mixin#^1.0.1 * vaadin-license-checker#vaadin/license-checker#^2.0.1 * vaadin-lumo-styles#vaadin/vaadin-lumo-styles#^1.0.0 * vaadin-overlay#^3.0.4 * iron-media-query#^2.1.0

Online