Constructor
# <Dialog dialogBoxId htmlClass displayBox isModal color backgroundColor name longSize />
Display DialogBox component
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
dialogBoxId |
string | No | ||
htmlClass |
string | No | ||
displayBox |
bool | No | false | |
isModal |
bool | No | false | |
color |
string | No | ||
backgroundColor |
string | No | ||
name |
string | No | ||
longSize |
bool | No |
Parameters:
Name | Type | Description |
---|---|---|
props |
object
|
|
children |
object
|
|
dialogBoxId |
string
|
define html attribute id |
htmlClass |
object
|
contains html classes to assign to component className attribute |
displayBox |
boolean
|
true is display |
isModal |
boolean
|
true is modal |
color |
string
|
define color |
backgroundColor |
string
|
define backgroundColor |
name |
string
|
use to styled component definition |
longSize |
boolean
|
true is long |
DialogBox
object