import { CModalDialog } from '@coreui/react'
// or
import CModalDialog from '@coreui/react/src/components/modal/CModalDialog'
PropertyDescriptionTypeDefault
alignmentAlign the modal in the center or top of the screen.'top' | 'center'-
classNameA string of all className you want applied to the base component.string-
fullscreenSet modal to covers the entire user viewport.boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'-
scrollableDoes the modal dialog itself scroll, or does the whole dialog scroll within the window.boolean-
sizeSize the component small, large, or extra large.'sm' | 'lg' | 'xl'-
On this page