Modal

A Modal component is a user interface element commonly used in web and software applications to display content or interactions that require the user's attention without navigating away.

Use Cases:

✅ Displaying additional content or information that requires user attention or interaction without navigating away from the current page.

✅ Requesting user input or confirmation for critical actions, such as deleting data or making irreversible changes.

✅ Presenting complex forms or workflows that benefit from a focused and isolated user interface.

✅ Showing detailed information or media, such as images, videos, or documents, in a larger and more prominent view.

Not to Use Cases:

❌ Using Modal for non-essential or trivial information that can be effectively communicated through less intrusive means, such as tooltips or inline messages.

❌ Overusing Modals, resulting in excessive interruptions or obstructing the user's workflow.

❌ Employing Modals for presenting lengthy content that is better suited for a separate page or scrolling interface.

❌ Using Modals as a substitute for proper navigation or organizing content. Modals should not serve as a primary means of content presentation or structuring.

Last updated