React Modal Dialog

Modal.confirm ({
  title: 'OK disable this project?',
  Content: 'The project can disable disabled',
  okText: 'disabled',
  okType: 'Danger',
  CancelText: 'Cancel',
  className: 'tingzhiss',
  the async OnOK () {
  },
  the onCancel () {
    the console.log ( 'the Cancel');
  },
});

Guess you like

Origin www.cnblogs.com/zhanglanzuopin/p/12603160.html