AlertModal
Alert Dialogs are used to block the user from moving forward in a particular workflow with a quick message that requires agreement before the action or next step can be taken. An example is providing a warning that settings may not be updated if the user has not chosen to save their changes.
This is the alert style ModalDialog composition. AlertModal 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.
Variants
Any Paragon component or export may be added to the code example.
Any Paragon component or export may be added to the code example.
Any Paragon component or export may be added to the code example.
Theme Variables#
| CSS Variable | Computed Value |
|---|---|
| | |
| | |
| | |
| | |
| | |
Props API#
- onClose
() => voidDefault() => {}A callback to close the modal dialog
- isOverflowVisible
booleanDefaultfalseSpecifies whether overflow content inside the modal should be visible
- variant
'default'|'warning'|'danger'|'success'The visual style of the dialog box
- footerNode
React.ReactNodeDefaultnullSpecifies what should be displayed in the footer of the dialog box
- icon
React.ComponentTypeIcon that will be shown in the header of modal
- hasCloseButton unknown typeDefaultfalse
- 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#
AlertModal
| Project Name | Paragon Version | Instance Count | |
|---|---|---|---|
| frontend-app-account | 22.10.0 | 1 | |
| frontend-app-admin-portal | 21.13.1 | 13 | |
| frontend-app-communications | 22.7.0 | 1 | |
| frontend-app-course-authoring | 22.8.1 | 11 | |
| frontend-app-discussions | 22.7.0 | 1 | |
| frontend-app-ecommerce | 20.46.3 | 1 | |
| frontend-app-learner-portal-enterprise | 21.13.1 | 8 | |
| frontend-app-learning | 22.10.0 | 1 | |
| frontend-app-library-authoring | 21.11.3 | 1 | |
| frontend-app-ora-grading | 21.11.3 | 2 | |
| frontend-app-support-tools | 21.13.1 | 1 |
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 |