Dialogs is a modal window that appears in front of app content to provide critical information or ask for a decision.

Dialog

Simple Dialog

Component props

Name
Type
Description
iconNodeSelect the icon at the top
headlineStringSpecify a headline of the dialog
textStringSpecify a text of the dialog
contentNodeSpecify a content of the dialog (Lists, Images...)
childrenNodeSpecify a content of the dialog (Lists, Images...)
buttonNodeSpecify dialog buttons
idStringSpecify a wrapper ID if necessary