Docs for OverlayPanel
parent
244ca45406
commit
70319c736d
|
@ -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>
|
||||
<OverlayPanel ref="op" :showCloseIcon="true" :dismissable="true">
|
||||
<img src="/demo/images/nature/nature1.jpg" alt="Nature Image">
|
||||
|
|
Loading…
Reference in New Issue