import { CBackdrop } from '@coreui/react'// orimport CBackdrop from '@coreui/react/src/components/backdrop/CBackdrop'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | modal-backdrop |
| visible | Toggle the visibility of modal component. | boolean | - |
On this page