We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The React Context Menu or right-click menu is a graphical user interface component that appears when the user right-clicks or performs a touch and hold action. You can define the list of items the context menu will contain, create multilevel menus, and attach event handlers to the menu items for seamless integration with other components.

React Context menu items with separator


Multi-level nesting

Multi-level nested items are supported in React context menu. You can browse the sub menu by mouse hover/click in menu items. The appearance of context menu varies for desktop and mobile. In Mobile, users can view Multilevel nested items in single layer with provision to backtrack parent item.

React Context menu in desktop view

React Context menu in mobile view


You can include icons or sprite images in menu items easily to add the visual representation of the action in react contextmenu.

React Context menu with icons

Context Menu Templates

Templates is used to create custom user experience. You can create custom Context Menu by using template for each element of Context menu.

Template support in React Context menu item


Integration with other components

React Context menu can be used with any component. Adding a context menu to other components require simple configurations.


Built-in themes

React Context Menu supports built-in themes such as Bootstrap 5, Tailwind CSS, Fluent, high contrast, and more. Users can customize these built-in themes or create new themes to achieve the desired look and feel either by simply overriding SASS variables or using the Theme Studio application.


Web Accessibility

  • Fully supports WAI-ARIA for working with screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Based on WCAG 2.0 standards, we designed the UI element visuals such as foreground color, background color, line spacing, text, and images.
  • Supports right-to-left (RTL) text direction for users working in right-to-left languages like Hebrew, Arabic, or Persian.

React Context Menu Code Example

Easily get started with the React Context Menu using a few simple lines of TSX code example as demonstrated below. Also explore our React Context Menu Example that shows you how to render and configure a ContextMenu in React.

import { ContextMenuComponent } from '@syncfusion/ej2-react-navigations';
import * as React from 'react';
import './App.css';
class App extends React.Component {
    constructor() {
        super(...arguments);
        this.menuItems = [
            {
                text: 'Cut'
            },
            {
                text: 'Copy'
            },
            {
                text: 'Paste'
            }
        ];
    }
    render() {
        return (
        // specifies the tag to render the ContextMenu component
        <div>
        <div id="target">Right click / Touch hold to open the ContextMenu</div>
        <ContextMenuComponent target="#target" items={this.menuItems}/>
      </div>);
    }
}

Other supported frameworks

Context Menu component is also available in Blazor, Vue, Angular, and JavaScript frameworks. Check out the different Context Menu platforms from the links below,




80+ REACT UI COMPONENTS

Frequently Asked Questions

  • Easily configurable with other components using fluent API.
  • Automatic collision detection and handling with submenu flip-and-fit.
  • Option to customize menu items for templating or include other components like Checkbox, Radio Button, etc.
  • One of the best React Context Menu in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with React ContextMenu.

You can find our React Context Menu demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile