Skip to content

Instantly share code, notes, and snippets.

@Shahidkhan0786
Forked from primaryobjects/react-confirm.js
Created November 23, 2022 12:44
Show Gist options
  • Save Shahidkhan0786/b578b246e818ee40b75872d281b1d8aa to your computer and use it in GitHub Desktop.
Save Shahidkhan0786/b578b246e818ee40b75872d281b1d8aa to your computer and use it in GitHub Desktop.
A simple example of a confirm alert dialog in ReactJs / React.
<div className='delete-button' onClick={() => { if (window.confirm('Are you sure you wish to delete this item?')) this.onCancel(item) } } />
@Shahidkhan0786
Copy link
Author

great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment