Dialog
open class Dialog(cancelable: Boolean? = null, animation: Boolean? = null, className: String? = null, init: Dialog.() -> Unit? = null)
A dialog component.
Parameters
cancelable
whether the dialog can be canceled
animation
determines if the transitions are animated
class Name
CSS class names
init
an initializer extension function