StandardModal
The standard ModalDialog composition. StandardModal passes all of its props through to an underlying ModalDialog component providing some limited customization. If you have unique needs, use the ModalDialog compound component family directly.
Basic usage
Any Paragon component or export may be added to the code example.
Theme Variables#
| CSS Variable | Computed Value |
|---|---|
| | |
| | |
| | |
| | |
| | |
Props API#
- children
nodeRequiredSpecifies the content of the
Modal - title
stringRequiredThe title for the
Modal - onClose
funcRequiredOptional callback function for when the modal it dismissed.
- isOpen
boolDefaultfalseIs the modal open or closed
- hasCloseButton
boolDefaulttrueThe close 'x' icon button in the top right corner
- size
enum'sm' | 'md' | 'lg' | 'xl' | 'fullscreen'Default'md'The modal size
- variant
enum'default' | 'warning' | 'danger' | 'success' | 'dark'Default'default'The modal style variant to use
- closeLabel
stringDefault'Close'Specifies the
aria-labelattribute for the close button - className
stringA class name to append to the modal
- isFullscreenScroll
boolDefaultfalseDetermines 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.
- footerNode
nodeDefaultnullSpecifies what should be displayed in the footer of the nodal
- beforeBodyNode
nodeDefaultnullSpecifies what should be displayed before the body block
- afterBodyNode
nodeDefaultnullSpecifies what should be displayed after the body block
- 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.
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 |
StandardModal
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-course-authoring | 23.15.1 | 2 | |
| frontend-app-learner-portal-enterprise | 22.17.0 | 9 | |
| frontend-app-learner-record | 23.14.9 | 2 | |
| frontend-app-gradebook | 23.4.5 | 1 | |
| frontend-app-support-tools | 23.4.2 | 2 |