File size: 537 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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).