ant-design/components/modal/demo
C.J. Winslow b9a86b2ea1 Pass the ok and cancel button props in the confirm API (#12425)
This PR adds the `okButtonProps` and `cancelButtonProps` API to the `Modal.confirm` and associated methods.


* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.

Extra checklist:

*isNewFeature* **:**

  * [x] Update API docs for the component.
  * [x] Update/Add demo to demonstrate new feature.
  * [x] Update TypeScript definition for the component.
  * [x] Add unit tests for the feature.
2018-09-30 14:50:03 +08:00
..
async.md update modal demo button text 2018-08-25 22:57:24 +08:00
basic.md update modal demo button text 2018-08-25 22:57:24 +08:00
button-props.md update modal demo button text 2018-08-25 22:57:24 +08:00
confirm-promise.md upgrade eslint-config-airbnb 2018-06-27 16:09:58 +08:00
confirm.md Pass the ok and cancel button props in the confirm API (#12425) 2018-09-30 14:50:03 +08:00
footer.md update modal demo button text 2018-08-25 22:57:24 +08:00
info.md docs: update docs details for Modal, close: #6121 2017-05-16 10:43:12 +08:00
locale.md upgrade eslint-config-airbnb 2018-06-27 16:09:58 +08:00
manual.md Add update function for Modal.method, close #11721 2018-08-25 22:57:24 +08:00
position.md site: remove old version hint of API 2018-09-12 21:43:01 +08:00