![]() |
VOOZH | about |
Onsen UI CSS is used to create beautiful HTML components. It is one of the most efficient ways to create HTML5 hybrid components that are compatible with both mobile and desktop.
Alert Dialog is used to display some warning messages with pop-ups on the webpage. Onsen UI Dialog CSS Component Basic Alert Dialog is used to create the basic alert dialog using the below classes.
Onsen UI Dialog CSS Component Basic Alert Dialog Classes:
Syntax:
<div class="alert-dialog-mask"></div> <div class="alert-dialog"> <div class="alert-dialog-container"> <div class="alert-dialog-title"> ... </div> <div class="alert-dialog-content"> ... </div> ... </div> </div>
Example 1: The following example demonstrates the Onsen UI Dialog CSS Component Basic Alert Dialog.
Output:
Example 2: The following example demonstrates the Onsen UI Dialog CSS Component Basic Alert Dialog.
Output: