Edit page
Home
Getting Started
Components
AlertAnimateHeightAvatarAvatarListBadgeButtonButtonMenuCalendarCalendarRangeCardCarouselChipClickOutsideContainerContentLoaderCurrencyDataTableDatePickerDateTimePickerDividerDrawerDropdownFloatingActionsGoogleMapGridIconIconDotIfInfiniteScrollKW LogoLoaderModalPropsExamplesMonthPickerMonthRangeNavIconOptionsTogglePaginationPartnerLogoResponsiveSVG IconSnackbarStaticMapStatusIndicatorTabTableTimePickerToastsTooltip
Forms
Typography
Utilities
Visualization Components

Modal

Modals are overlays used to display content on top of other content. More specifically, a modal is used to limit the user’s focus to a particular set of content.

Modals are portaled to the body of the document

Props

children
Node
className
String
disableOverlayClose
Bool
false
display
'standard' │ 'fullscreen'
'standard'
displayCloseIcon
Bool
true
isVisible
Bool
false
onAfterClose
Func
undefined
onAfterOpen
Func
undefined
onClose
Func
required

Examples

Default Usage

With Title

With Actions

Overflow Behavior

Without close icon