Crestron Components Lib - Showcase App

ch5-overlay-panel: closable

ch5-overlay-panel closable

The default value is false.

If a closable attribute is present, then a close icon will be displayed in the upper part of the panel.

If the attribute is present and different from '0' or 'false', then it is considered to be 'true'.

<ch5-button label="Trigger show pulse" sendEventOnClick="trigger_1"></ch5-button>

<p>
		Click the above button to make the overlay visible.
</p>

<ch5-overlay-panel
				receiveStateShowPulse="trigger_1"
				closable>
		<p>Sample text</p>
		<ch5-image
						id="ex1-img"
						url="https://picsum.photos/200/300/?random">
		</ch5-image>
</ch5-overlay-panel>

Click the above button to make the overlay visible.

Sample text