Skip to content

Instantly share code, notes, and snippets.

View Shahidkhan0786's full-sized avatar

Shahid Khan Shahidkhan0786

View GitHub Profile
@Shahidkhan0786
Shahidkhan0786 / react-confirm.js
Created November 23, 2022 12:44 — forked from primaryobjects/react-confirm.js
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) } } />