@logo-elements/confirm-dialog
v23.0.0
Published
A modal dialog web component for confirming user actions.
Downloads
5
Readme
@logo-elements/confirm-dialog
A modal dialog web component for confirming user actions.
ℹ️ LEDS confirm dialog is extended from Vaadin web components. A commercial Vaadin subscription is required to use Confirm Dialog in your project.
<logo-elements-confirm-dialog header="Unsaved changes" confirm-text="Save" reject-text="Discard" cancel reject>
Do you want to save or discard your changes before navigating away?
</logo-elements-confirm-dialog>
Installation
Install the component:
npm i @logo-elements/confirm-dialog -s
Once installed, import the component in your application:
import '@logo-elements/confirm-dialog';
For more detailed information, please visit:
License
Commercial Vaadin Developer License 4.0 (CVDLv4). For license terms, see LICENSE.
Vaadin collects usage statistics at development time to improve this product. For confirm-dialog and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.