Update snippets/ModalDialog.md

Co-Authored-By: zhongdeming428 <zhongdeming428@163.com>
This commit is contained in:
Robert Mennell
2018-11-09 08:34:14 +08:00
committed by GitHub
parent ca9038c759
commit 22529619a4

View File

@ -2,7 +2,7 @@
Renders a dialog component with modal.
This is a simple React ModalDialog Component.It owns only one prop: `closeOnClick`.
This is a simple React ModalDialog Component that is called and controlled through events
* `closeOnClick` prop determines whether we can close the dialog via clicking on modal.