react-confirm-dialog

beyro
js Styles
react-confirm-dialog JS library on GitHub react-confirm-dialog JS library on npm Download react-confirm-dialog JS library

A React confirm component. It does not work like the native Window.confirm(), but instead takes an `action` argument, which is the function to execute if the user confirms.

Version 1.0.5 License ISC
react-confirm-dialog has no homepage
react-confirm-dialog JS library on GitHub
react-confirm-dialog JS library on npm
Download react-confirm-dialog JS library
INSTALL
Type:
<script type="module"> import reactConfirmDialog from 'https://cdn.jsdelivr.net/npm/react-confirm-dialog@1.0.5/+esm' </script>
Learn more