popup that can be bound to element
<vcf-popup>
<vcf-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.

Example Usage
<vaadin-button theme="icon tertiary" id="more">
<iron-icon icon="vaadin:ellipsis-dots-h"></iron-icon>
</vaadin-button>
<vcf-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>
Install
Framework Support
Polymer 2.0+
Polymer 3.0+
Browser Independent
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.1.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
- iron-media-query#^2.1.0