-
-
Save brizzio/73774d63edf119e7571bd9170bd639fe to your computer and use it in GitHub Desktop.
A simple example of a confirm alert dialog in ReactJs / React.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div className='delete-button' onClick={() => { if (window.confirm('Are you sure you wish to delete this item?')) this.onCancel(item) } } /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment