A Bootbox component tailored for react.js
npm install react-bootboxnpm i bootstrap react-bootbox --save
import 'bootstrap/dist/css/bootstrap.css';
javascript
message="Do you want to Continue?"
show={this.state.show}
onYesClick = {this.showAlert}
onNoClick = {this.handleClose}
onClose = {this.handleClose}/>
``