Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@vaadin-component-factory/vcf-popup
Advanced tools
Vaadin Component Factory Popup for Polymer 3
This is the npm version vcf-popup developed using Polymer 3.
<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.
https://vcf-popup.netlify.com/
Install vcf-popup
:
npm i @vaadin-component-factory/vcf-popup --save
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-popup';
Add vcf-popup
to the page with attribute for
that match id
element to which popup should be bind to. Now after clicking on target element, popup will be shown.
<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
></vcf-popup>
Fork the vcf-popup
repository and clone it locally.
Make sure you have npm installed.
When in the vcf-popup
directory, run npm install
to install dependencies.
Run npm start
to open the demo.
Run npm test
from command line
npm start
to open the demo.http://localhost:8081/dev/
to open page where you can test features of the PopupTo contribute to the component, please read the guideline first.
Apache License 2.0
FAQs
Vaadin Component Factory Popup for Polymer 3
The npm package @vaadin-component-factory/vcf-popup receives a total of 805 weekly downloads. As such, @vaadin-component-factory/vcf-popup popularity was classified as not popular.
We found that @vaadin-component-factory/vcf-popup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.