Modal

The modal component is used to display content in an overlay.

# Basic Usage


Modal Component

PropTypeDescription
titlestringTitle displayed in the modal header.
domRefobjectRef for the modal container.
isOpenbooleanControls whether the modal is visible.
closeModalfunctionFunction to close the modal.
childrenReactNodeContent inside the modal.