Props
+| Name | +Type | +Required | +Description | +Default | +
|---|---|---|---|---|
| width | +Number | ++ | Dialog width | ++ |
| height | +Number | ++ | Dialog height | ++ |
| title | +String | ++ | Dialog title | ++ |
| draggable | +Boolean | ++ | Allows dialog drag | +true | +
| className | +String | ++ | Component class to override styles | ++ |
| slideIn | +String | ++ | Initial animation: top, bottom, left, right | ++ |
| cancelableOutside | +Boolean | ++ | Whether the dialogs closes by clicking outside or not | +false | +
| closeOnEscPress | +Boolean | ++ | Whether the dialogs closes by pressing escape | +false | +
| hideCloseButton | +Boolean | ++ | Hides the close button | +false | +
| onCloseClick | +function | +
+ ✅ + |
+ Close button click function | ++ |
| cancelText | +String | ++ | Negative button text | +'CANCEL' | +
| onCancelClick | +function | ++ | Negative button click function | ++ |
| cancelDisabled | +Boolean | ++ | Negative button disabled prop | +false | +
| confirmText | +String | ++ | Positive button text | +'OK' | +
| onConfirmClick | +function | ++ | Positive button click function | ++ |
| confirmDisabled | +Boolean | ++ | Positive button disabled prop | +false | +