
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@vaadin/vaadin-confirm-dialog
Advanced tools
Live Demo ↗ | API documentation ↗
<vaadin-confirm-dialog> is a Web Component providing an easy way to ask the user to confirm a choice, part of the Vaadin components.
<vaadin-confirm-dialog header="Unsaved changes" confirm-text="Save" on-confirm="save"
cancel on-cancel="cancel" reject reject-text="Discard" on-reject="discard">
Do you want to save or discard your changes before navigating away?
</vaadin-confirm-dialog>
The Vaadin components are distributed as Bower and npm packages. Please note that the version range is the same, as the API has not changed. You should not mix Bower and npm versions in the same application, though.
Unlike the official Polymer Elements, the converted Polymer 3 compatible Vaadin components are only published on npm, not pushed to GitHub repositories.
Install vaadin-confirm-dialog
:
bower i vaadin/vaadin-confirm-dialog --save
Once installed, import it in your application:
<link rel="import" href="bower_components/vaadin-confirm-dialog/vaadin-confirm-dialog.html">
Install vaadin-confirm-dialog
:
npm i @vaadin/vaadin-confirm-dialog --save
Once installed, import it in your application:
import '@vaadin/vaadin-confirm-dialog/vaadin-confirm-dialog.js';
Vaadin components use the Lumo theme by default.
src/vaadin-confirm-dialog.html
Unstyled component.
theme/lumo/vaadin-confirm-dialog.html
Component with Lumo theme.
vaadin-confirm-dialog.html
Alias for theme/lumo/vaadin-confirm-dialog.html
Fork the vaadin-confirm-dialog
repository and clone it locally.
Make sure you have npm installed.
When in the vaadin-confirm-dialog
directory, run npm install
and then bower install
to install dependencies.
Make sure you have polymer-cli installed globally: npm i -g polymer-cli
.
Run polymer serve --open
, browser will automatically open the component API documentation.
You can also open demo or in-browser tests by adding demo or test to the URL, for example:
vaadin-confirm-dialog
directory, run polymer test
Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs.
We are using ESLint for linting JavaScript code. You can check if your code is following our standards by running gulp lint
, which will automatically lint all .js
files as well as JavaScript snippets inside .html
files.
To contribute to the component, please read the guideline first.
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE.
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
vaadin-confirm-dialog
The npm package @vaadin/vaadin-confirm-dialog receives a total of 4,675 weekly downloads. As such, @vaadin/vaadin-confirm-dialog popularity was classified as popular.
We found that @vaadin/vaadin-confirm-dialog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.