Skip to main content

Modal

Component
Deprecated

The Modal component displays critical information or actions that require immediate user response.

warning

We recommend upgrading to the latest modal component to avoid potential build issues. There is a migration guide available to help.

Documentation

The previous modal component has been deprecated but is still available to use as of v7.2.0 of the documentation.

Installation

Install

Install the specific version of the deprecated modal component.

yarn add @iag/chroma-react-ui.modal@7.2.0

Import

Alias the deprecated modal to avoid conflicts with the newer modal component.

import { Modal as ModalDeprecated } from "@iag/chroma-react-ui.modal";