Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@vaadin-component-factory/vcf-popup
Advanced tools
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 1,201 weekly downloads. As such, @vaadin-component-factory/vcf-popup popularity was classified as 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.