Contextual Menus
Contextual Menus are menus that appear upon right-clicking or tapping on a specific element, offering relevant options based on the context of the user’s interaction. These menus provide quick access to actions, shortcuts, or settings that are directly related to the item the user is interacting with, improving efficiency and minimizing unnecessary navigation.
Contextual menus are one of the best tools for keeping your UI clean without hiding power. Rather than surfacing every possible action for every object at all times, you show relevant actions only when the user signals intent by right-clicking or long-pressing. This pattern is especially valuable in complex productivity tools where different objects have very different available actions.