mui / material-ui

Material UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
https://mui.com/material-ui/
MIT License
91.86k stars 31.57k forks source link

[material-ui][Modal] Enhanced Modals Manager with Multi-step Modal Support and Confirm Modal Component #42072

Open douglaszaltron opened 2 weeks ago

douglaszaltron commented 2 weeks ago

Summary

Introduce a feature to enhance the issue formatting for the modals manager. This feature aims to create a centralized modals manager with the ability to handle the state of multi-step modals efficiently.

Examples

Refer to the Material Design specification or other implementations for inspiration on the expected behavior. Screenshots of the proposed implementation or links to similar implementations can also be provided for clarity.

Example Implementation: Mantine Modals Manager

Motivation

The objective of this feature is to streamline the management of modals within the application. By centralizing the modals manager, developers can efficiently handle the state of multi-step modals, enhancing the user experience and facilitating smoother interactions. Additionally, introducing a confirm modal component with built-in confirm and cancel buttons will improve the user flow for actions requiring confirmation. Furthermore, by clarifying that dynamic content is not supported when using the modals manager, users can make informed decisions about their implementation strategy, ensuring a seamless integration with the existing codebase.

Search keywords: modal

Search keywords: