ModalDialog
A set of components for making all kinds of modal dialogs. Remember to supply
the required title prop to ModalDialog in order ensure there is an accessible
label for the dialog element.
Basic Usage
Any Paragon component or export may be added to the code example.
With header content
Any Paragon component or export may be added to the code example.
Overflow visibility handling
The isOverflowVisible toggle controls whether content that extends beyond the modal's viewport boundaries is visible.
When enabled (isOverflowVisible is set to true), any overflow content, such as dropdowns or tooltips,
will be displayed outside the modal's main area instead of being clipped.
In this example, switching isOverflowVisible on and off affects the visibility of the dropdown options in
the autosuggest field, showing how overflow handling impacts content display within a modal.
Any Paragon component or export may be added to the code example.
Theme Variables#
| CSS Variable | Computed Value |
|---|---|
| | |
| | |
| | |
| | |
| | |
Props API#
- children
React.ReactNodeRequiredSpecifies the content of the dialog
- title
stringRequiredThe aria-label of the dialog
- onClose
() => voidRequiredA callback to close the modal dialog, e.g. when Escape is pressed
- isOpen
booleanDefaultfalseIs the modal dialog open or closed?
- hasCloseButton
booleanDefaulttrueThe close 'x' icon button in the top right of the dialog box
- size
'sm'|'md'|'lg'|'xl'|'fullscreen'Default'md'Size determines the maximum width of the dialog box
- variant
'default'|'warning'|'danger'|'success'|'dark'Default'default'The visual style of the dialog box
- closeLabel
stringThe label supplied to the close icon button if one is rendered
- className
stringSpecifies class name to append to the base element
- isFullscreenScroll
booleanDefaultfalseDetermines where a scrollbar should appear if a modal is too large for the viewport. When false, the
ModalDialog. Body receives a scrollbar, when true the browser window itself receives the scrollbar. - isFullscreenOnMobile
booleanDefaultfalseTo show full screen view on mobile screens
- isBlocking
booleanDefaultfalsePrevent clicking on the backdrop or pressing Esc to close the modal
- zIndex
numberSpecifies the z-index of the modal
- isOverflowVisible
booleanRequiredSpecifies whether overflow content inside the modal should be visible.
true- content that exceeds the modal boundaries will remain visible outside the modal's main viewport, rather than being clipped or hidden.false- any overflow content will be clipped to fit within the modal's dimensions.
- as
elementTypeDefault'h2'Specifies the base element
- children
nodeRequiredSpecifies the contents of the header
- className
stringSpecifies class name to append to the base element
- as
elementTypeDefault'div'Specifies the base element
- children
nodeRequiredSpecifies the contents of the header
- className
stringDefault''Specifies class name to append to the base element
- asDefault'div'
elementType - children
nodeRequired - className
string
- as
elementTypeDefault'div'Specifies the base element
- children
nodeRequiredSpecifies the contents of the header
- className
stringSpecifies class name to append to the base element
Usage Insights#
ModalDialog
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 23.14.8 | 4 | |
| frontend-app-admin-portal | 22.20.3 | 29 | |
| frontend-app-communications | 23.14.2 | 1 | |
| frontend-app-course-authoring | 23.15.1 | 19 | |
| ora_settings | 23.15.1 | 1 | |
| proctoring | 23.15.1 | 1 | |
| frontend-app-discussions | 23.14.2 | 2 | |
| frontend-app-enterprise-public-catalog | 22.20.5 | 2 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-discussions | 23.14.9 | 9 | |
| frontend-app-learner-portal-enterprise | 22.17.0 | 3 | |
| frontend-app-learner-record | 23.14.9 | 1 | |
| frontend-app-gradebook | 23.4.5 | 2 | |
| frontend-app-library-authoring | 21.11.3 | 3 | |
| frontend-app-support-tools | 23.4.2 | 16 | |
| frontend-lib-special-exams | 23.4.2 | 1 |
ModalDialogBody
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 23.14.8 | 4 | |
| frontend-app-admin-portal | 22.20.3 | 29 | |
| frontend-app-communications | 23.14.2 | 1 | |
| frontend-app-course-authoring | 23.15.1 | 19 | |
| ora_settings | 23.15.1 | 1 | |
| proctoring | 23.15.1 | 1 | |
| xpert_unit_summary | 23.15.1 | 1 | |
| frontend-app-discussions | 23.14.2 | 3 | |
| frontend-app-enterprise-public-catalog | 22.20.5 | 2 | |
| frontend-app-discussions | 23.14.9 | 1 | |
| frontend-app-learner-record | 23.14.9 | 1 | |
| frontend-app-gradebook | 23.4.5 | 2 | |
| frontend-app-library-authoring | 21.11.3 | 3 | |
| frontend-app-support-tools | 23.4.2 | 16 | |
| frontend-lib-special-exams | 23.4.2 | 1 |
ModalDialogCloseButton
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 23.14.8 | 4 | |
| frontend-app-admin-portal | 22.20.3 | 19 | |
| frontend-app-communications | 23.14.2 | 1 | |
| frontend-app-course-authoring | 23.15.1 | 15 | |
| ora_settings | 23.15.1 | 1 | |
| proctoring | 23.15.1 | 1 | |
| frontend-app-discussions | 23.14.2 | 2 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-learner-portal-programs | 22.20.6 | 4 | |
| frontend-app-learner-record | 23.14.9 | 1 | |
| frontend-app-gradebook | 23.4.5 | 3 | |
| frontend-app-support-tools | 23.4.2 | 16 |
ModalDialogFooter
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 23.14.8 | 4 | |
| frontend-app-admin-portal | 22.20.3 | 29 | |
| frontend-app-communications | 23.14.2 | 1 | |
| frontend-app-course-authoring | 23.15.1 | 17 | |
| ora_settings | 23.15.1 | 1 | |
| xpert_unit_summary | 23.15.1 | 1 | |
| frontend-app-discussions | 23.14.2 | 2 | |
| frontend-app-enterprise-public-catalog | 22.20.5 | 2 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-learner-portal-enterprise | 22.17.0 | 1 | |
| frontend-app-learner-record | 23.14.9 | 1 | |
| frontend-app-support-tools | 23.4.2 | 16 | |
| frontend-lib-special-exams | 23.4.2 | 1 |
ModalDialogHeader
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 23.14.8 | 4 | |
| frontend-app-admin-portal | 22.20.3 | 28 | |
| frontend-app-course-authoring | 23.15.1 | 20 | |
| ora_settings | 23.15.1 | 1 | |
| proctoring | 23.15.1 | 1 | |
| xpert_unit_summary | 23.15.1 | 1 | |
| frontend-app-discussions | 23.14.2 | 2 | |
| frontend-app-discussions | 23.14.9 | 2 | |
| frontend-app-learner-portal-enterprise | 22.17.0 | 1 | |
| frontend-app-learner-record | 23.14.9 | 1 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-library-authoring | 21.11.3 | 1 | |
| frontend-app-support-tools | 23.4.2 | 16 | |
| frontend-lib-special-exams | 23.4.2 | 1 |
ModalDialogHero
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-discussions | 23.14.2 | 1 | |
| frontend-app-enterprise-public-catalog | 22.20.5 | 2 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-library-authoring | 21.11.3 | 3 | |
| frontend-app-support-tools | 23.4.2 | 1 |
ModalDialogTitle
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 23.14.8 | 4 | |
| frontend-app-admin-portal | 22.20.3 | 28 | |
| frontend-app-course-authoring | 23.15.1 | 20 | |
| ora_settings | 23.15.1 | 1 | |
| frontend-app-discussions | 23.14.2 | 2 | |
| frontend-app-enterprise-public-catalog | 22.20.5 | 4 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-learner-portal-programs | 22.20.6 | 5 | |
| frontend-app-learner-record | 23.14.9 | 1 | |
| frontend-app-gradebook | 23.4.5 | 2 | |
| frontend-app-support-tools | 23.4.2 | 15 | |
| frontend-lib-special-exams | 23.4.2 | 1 |