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
node
RequiredSpecifies the content of the dialog
- title
string
RequiredThe aria-label of the dialog
- onClose
func
RequiredA callback to close the modal dialog
- isOpen
bool
DefaultfalseIs the modal dialog open or closed
- hasCloseButton
bool
DefaulttrueThe close 'x' icon button in the top right of the dialog box
- size
enum
'sm' | 'md' | 'lg' | 'xl' | 'fullscreen'Default'md'Sizes determine the maximum width of the dialog box
- variant
enum
'default' | 'warning' | 'danger' | 'success' | 'dark'Default'default'The visual style of the dialog box
- closeLabel
string
Default'Close'The label supplied to the close icon button if one is rendered
- className
string
Specifies class name to append to the base element
- isFullscreenScroll
bool
DefaultfalseDetermines 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
bool
DefaultfalseTo show full screen view on mobile screens
- isBlocking
bool
DefaultfalsePrevent clicking on the backdrop or pressing Esc to close the modal
- zIndex
number
Specifies the z-index of the modal
- isOverflowVisible
bool
DefaulttrueSpecifies 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
elementType
Default'h2'Specifies the base element
- children
node
RequiredSpecifies the contents of the header
- className
string
Specifies class name to append to the base element
- as
elementType
Default'div'Specifies the base element
- children
node
RequiredSpecifies the contents of the header
- className
string
Specifies class name to append to the base element
- asDefault'div'
elementType
- children
node
Required - className
string
- as
elementType
Default'div'Specifies the base element
- children
node
RequiredSpecifies the contents of the header
- className
string
Specifies class name to append to the base element
Usage Insights#
ModalDialog
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-account | 22.10.0 | 4 | |
frontend-app-admin-portal | 21.13.1 | 25 | |
frontend-app-authn | 22.11.2 | 2 | |
frontend-app-communications | 22.7.0 | 1 | |
frontend-app-course-authoring | 22.8.1 | 19 | |
ora_settings | 22.8.1 | 1 | |
proctoring | 22.8.1 | 1 | |
xpert_unit_summary | 22.8.1 | 1 | |
frontend-app-discussions | 22.7.0 | 2 | |
frontend-app-enterprise-public-catalog | 21.13.1 | 2 | |
frontend-app-gradebook | 22.8.1 | 1 | |
frontend-app-learner-dashboard | 22.9.0 | 5 | |
frontend-app-learner-portal-enterprise | 21.13.1 | 3 | |
frontend-app-learner-record | 22.10.0 | 1 | |
frontend-app-learning | 22.10.0 | 4 | |
frontend-app-library-authoring | 21.11.3 | 3 | |
frontend-app-payment | 22.9.0 | 2 | |
frontend-app-publisher | 21.13.1 | 1 | |
frontend-app-support-tools | 21.13.1 | 16 | |
frontend-lib-special-exams | 22.7.0 | 1 | |
prospectus | 20.46.2 | 3 |
ModalDialogBody
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-account | 22.10.0 | 4 | |
frontend-app-admin-portal | 21.13.1 | 25 | |
frontend-app-authn | 22.11.2 | 2 | |
frontend-app-communications | 22.7.0 | 1 | |
frontend-app-course-authoring | 22.8.1 | 19 | |
ora_settings | 22.8.1 | 1 | |
proctoring | 22.8.1 | 1 | |
xpert_unit_summary | 22.8.1 | 1 | |
frontend-app-discussions | 22.7.0 | 2 | |
frontend-app-enterprise-public-catalog | 21.13.1 | 2 | |
frontend-app-gradebook | 22.8.1 | 1 | |
frontend-app-learner-dashboard | 22.9.0 | 1 | |
frontend-app-learner-portal-enterprise | 21.13.1 | 3 | |
frontend-app-learner-record | 22.10.0 | 1 | |
frontend-app-learning | 22.10.0 | 2 | |
frontend-app-library-authoring | 21.11.3 | 2 | |
frontend-app-payment | 22.9.0 | 1 | |
frontend-app-publisher | 21.13.1 | 1 | |
frontend-app-support-tools | 21.13.1 | 16 | |
frontend-lib-special-exams | 22.7.0 | 1 | |
prospectus | 20.46.2 | 3 |
ModalDialogCloseButton
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-account | 22.10.0 | 4 | |
frontend-app-admin-portal | 21.13.1 | 16 | |
frontend-app-authn | 22.11.2 | 1 | |
frontend-app-communications | 22.7.0 | 1 | |
frontend-app-course-authoring | 22.8.1 | 15 | |
ora_settings | 22.8.1 | 1 | |
proctoring | 22.8.1 | 1 | |
xpert_unit_summary | 22.8.1 | 1 | |
frontend-app-discussions | 22.7.0 | 2 | |
frontend-app-gradebook | 22.8.1 | 1 | |
frontend-app-learner-record | 22.10.0 | 1 | |
frontend-app-learning | 22.10.0 | 3 | |
frontend-app-library-authoring | 21.11.3 | 2 | |
frontend-app-publisher | 21.13.1 | 1 | |
frontend-app-support-tools | 21.13.1 | 16 | |
prospectus | 20.46.2 | 2 |
ModalDialogFooter
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-account | 22.10.0 | 4 | |
frontend-app-admin-portal | 21.13.1 | 25 | |
frontend-app-authn | 22.11.2 | 2 | |
frontend-app-communications | 22.7.0 | 1 | |
frontend-app-course-authoring | 22.8.1 | 17 | |
ora_settings | 22.8.1 | 1 | |
proctoring | 22.8.1 | 1 | |
xpert_unit_summary | 22.8.1 | 1 | |
frontend-app-discussions | 22.7.0 | 2 | |
frontend-app-enterprise-public-catalog | 21.13.1 | 2 | |
frontend-app-gradebook | 22.8.1 | 1 | |
frontend-app-learner-portal-enterprise | 21.13.1 | 1 | |
frontend-app-learner-record | 22.10.0 | 1 | |
frontend-app-learning | 22.10.0 | 1 | |
frontend-app-library-authoring | 21.11.3 | 2 | |
frontend-app-payment | 22.9.0 | 1 | |
frontend-app-publisher | 21.13.1 | 1 | |
frontend-app-support-tools | 21.13.1 | 16 | |
frontend-lib-special-exams | 22.7.0 | 1 | |
prospectus | 20.46.2 | 2 |
ModalDialogHeader
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-account | 22.10.0 | 4 | |
frontend-app-admin-portal | 21.13.1 | 24 | |
frontend-app-authn | 22.11.2 | 2 | |
frontend-app-course-authoring | 22.8.1 | 20 | |
ora_settings | 22.8.1 | 1 | |
proctoring | 22.8.1 | 1 | |
xpert_unit_summary | 22.8.1 | 1 | |
frontend-app-discussions | 22.7.0 | 2 | |
frontend-app-learner-dashboard | 22.9.0 | 2 | |
frontend-app-learner-portal-enterprise | 21.13.1 | 1 | |
frontend-app-learner-record | 22.10.0 | 1 | |
frontend-app-learning | 22.10.0 | 1 | |
frontend-app-library-authoring | 21.11.3 | 2 | |
frontend-app-payment | 22.9.0 | 1 | |
frontend-app-publisher | 21.13.1 | 1 | |
frontend-app-support-tools | 21.13.1 | 16 | |
frontend-lib-special-exams | 22.7.0 | 1 | |
prospectus | 20.46.2 | 2 |
ModalDialogHero
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-enterprise-public-catalog | 21.13.1 | 2 | |
frontend-app-learner-dashboard | 22.9.0 | 1 | |
frontend-app-learner-portal-enterprise | 21.13.1 | 3 | |
frontend-app-learning | 22.10.0 | 1 |
ModalDialogTitle
Project Name | Paragon Version | Instance Count | |
---|---|---|---|
frontend-app-account | 22.10.0 | 4 | |
frontend-app-admin-portal | 21.13.1 | 24 | |
frontend-app-authn | 22.11.2 | 2 | |
frontend-app-course-authoring | 22.8.1 | 20 | |
ora_settings | 22.8.1 | 1 | |
proctoring | 22.8.1 | 1 | |
xpert_unit_summary | 22.8.1 | 1 | |
frontend-app-discussions | 22.7.0 | 2 | |
frontend-app-enterprise-public-catalog | 21.13.1 | 4 | |
frontend-app-learner-portal-enterprise | 21.13.1 | 2 | |
frontend-app-learner-record | 22.10.0 | 1 | |
frontend-app-learning | 22.10.0 | 2 | |
frontend-app-library-authoring | 21.11.3 | 2 | |
frontend-app-payment | 22.9.0 | 1 | |
frontend-app-publisher | 21.13.1 | 1 | |
frontend-app-support-tools | 21.13.1 | 15 | |
frontend-lib-special-exams | 22.7.0 | 1 | |
prospectus | 20.46.2 | 2 |