react-code-dataset / chakra-ui /apps /www /content /guides /component-implement-context-menu.mdx
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
537 Bytes
---
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).