![]() |
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 Alert Dialog without Title is used to create the alert dialog box without the title using the below classes.
Onsen UI Dialog CSS Component Alert Dialog without Title Classes:
Syntax:
<div class="alert-dialog-mask"></div> <div class="alert-dialog"> <div class="alert-dialog-container"> <div class="alert-dialog-content"> ... </div> ... </div> </div>
Example 1: The following example demonstrates the Onsen UI Dialog CSS Component Alert Dialog without Title.
Output:
Example 2: The following example demonstrates the Onsen UI Dialog CSS Component Alert Dialog without Title.
Output: