panel

Container for holding views within a single page. The data-first-panel attribute specifies the first panel that is opened when the page is loaded

Syntax

<div data-juci="panel"></div>
<div data-juci="panel" data-first-panel>
	<button data-juci="button" onclick="$m.juci.openPanel('second-panel')">Open Second Panel</button>
</div>
<div data-juci="panel" data-panel-id="second-panel">
	<button data-juci="button" onclick="$m.juci.closePanel()">Close Panel</button>
</div>
Beta feature. APIs and functionalities are subject to change.