Modal
- The Modal component.
ModalBody
- The body for the modal.
ModalCloseButton
- The close button for the modal.
ModalContent
- The content for the modal.
ModalFooter
- The footer for the modal.
ModalHeader
- The header for the modal.
ModalOverlay
- The background overlay for the modal.
- inside: The modal body will scroll inside the modal.
- outside: The modal body will scroll outside the modal. If your content is long and it bugs the modal position, ensure to set the
placement="top"
prop.
Sometimes you might want to place the modal on the top to avoid layout shifts.