Crestron Components Lib - Showcase App

ch5-modal-dialog: prompt, promptIcon

ch5-modal-dialog prompt

Displays a prompt text in the dialog

Click the above button to make the modal visible.

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

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


<ch5-modal-dialog
        receiveStateShowPulse="trigger_1"
        closable
        mask
        prompt="Confirm selection?">
</ch5-modal-dialog>

ch5-modal-dialog prompt,promptIcon

Displays an icon besides the prompt text

Click the above button to make the modal visible.

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

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


<ch5-modal-dialog
        receiveStateShowPulse="trigger_2"
        closable
        mask
        prompt="Confirm selection?"
        promptIcon="https://picsum.photos/50/50/?random">
</ch5-modal-dialog>