Modal

Name Type Default Description
title
String
Notification
The title of the Modal. Displayed in the title bar.
showHeader
Boolean
true
Weather to show the header/titlebar
showClose
Boolean
true
Whether to show the close(x) button in the header/titlebar
maxWidth
String
75%
The maximum width that should be allowed for the modal
minWidth
String
NULL
The minimum width that should be allowed for the modal
maxHeight
String
NULL
The maximum height that should be allowed for the modal
minHeight
String
NULL
The minimum height that should be allowed for the modal
closeOnEscape
Boolean
true
Whether to close the modal when the user presses the 'escape' key
danger
Boolean
false
Whether to add the danger styling to the modal
loading
Boolean
false
Whether to show a loading bar in the modal
closeOnMaskClick
Boolean
true
Whether to close the modal when a user clicks on the mask
forceScroll
Boolean
false
Whether to force the modal in a scrollable state. This is the same when a modal is higher than the window. This option helps with modals jumping when content is dynamic.