Dialogue
An dialogue displays a short, important message in a way that attracts the user's attention without interrupting the user's task.
Dialogue box with description
You can use description in Dialogue boxes. You need to include class
and for buttons add as shown below.Do you want to Exit?
Please confirm that you really want to exit from this wonderful app. Also note that your current progress will be lost and you will be reset.
Dialogue box with title
You can use an dialogue box only with title. You need to include class
and for buttons add as shown below.Do you want to Exit?
Dialogue body text
Dialogue box without title
You can use an dialogue box without tilte also. You need to include class
and for buttons add as shown below.Dialogue body text
Dialogue box with stacked buttons
You can use an dialogue box without title and with stacked button also. You need to include class
and for buttons add as shown below.Dialogue body text
Dialogue box with items
You can use an dialogue box with stacked items also. These type of dialogues are useful in forms. You need to include class
and for particular item add as shown below.Choose from the items
- Item 1
- Item 2
- Item 3
Dialogue box with confirmation items
You can use an dialogue box with stacked and choosable items also. These type of dialogues are useful in forms. You need to include class
only if you have less items. But in case if you have more items then three then also include for scrollable menu. And for particular item add as shown below.Choose Item
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 6
Dialogue box with confirmation items
You can use an dialogue box with stacked and choosable items also. These type of dialogues are useful in forms. You need to include class
only if you have less items. But in case if you have more items then three then also include for scrollable menu. And for particular item add as shown below.Choose Item
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 6