Docs for OverlayPanel

pull/12/head
cagataycivici 2019-05-23 12:15:27 +03:00
parent 244ca45406
commit 70319c736d
1 changed files with 38 additions and 38 deletions

View File

@ -24,8 +24,8 @@ toggle(event) {
</CodeHighlight>
<h3>Dismissable and CloseIcon</h3>
<p>Clicking outside the overlay hides the panel, setting dismissable to false disables this behavior.
Additionally enablign showCloseIcon property displays a close icon at the top right corner to close the panel.</p>
<p>Clicking outside the overlay hides the panel, setting <i>dismissable</i> to false disables this behavior.
Additionally enabling <i>showCloseIcon</i> property displays a close icon at the top right corner to close the panel.</p>
<CodeHighlight>
&lt;OverlayPanel ref="op" :showCloseIcon="true" :dismissable="true"&gt;
&lt;img src="/demo/images/nature/nature1.jpg" alt="Nature Image"&gt;