| title: Implement a Context Menu | |
| description: | |
| Utilize the MenuContextTrigger component to create a context menu in Chakra UI | |
| publishedAt: "2024-10-19" | |
| collection: components | |
| A context menu provides users with a convenient way to access actions related to | |
| a specific UI element through a right-click. | |
| Utilize the `MenuContextTrigger` component to create a context menu. | |
| <ExampleTabs name="menu-with-context-trigger" /> | |
| > For more details on Chakra UI's menu components, refer to the | |
| > [documentation](/docs/components/menu). | |