A pop-up dialog for displaying content or actions in a focused overlay.
The Modal comes in seven different sizes. Use the size
prop on ModalPanel
to adjust its dimensions.
You can control where the modal appears on the screen using the placement
prop. This allows positioning the modal at the center, top, bottom.
The radius property defines the border-radius of modals, allowing for smooth and rounded corners.
Modals support different transition effects for smooth animations with the transition
prop you can choose your preferred effect.
Each modal is defined in its own file. Below are links to their respective implementations:
Note: Ensure that the `value` used in the `<Modal />` component matches the one used in `openModal` or `ModalTrigger`.