rmdort / react-rightclickmenu

A simple context menu component for React

Home Page:https://rmdort.github.io/react-rightclickmenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React right-click menu

A simple context menu component for React. Adds the menu to the parent node

Installation

yarn add react-rightclickmenu

Usage

import ContextMenu from 'react-rightclickmenu'

const App = () => {
  return (
    <div>
      <ContextMenu>
        <a>Any component here</a>
      </ContextMenu>
    </div>
  )
}

Caveats to note

  1. Does not support nesting
  2. Menu is always added to the parent node

About

A simple context menu component for React

https://rmdort.github.io/react-rightclickmenu/


Languages

Language:JavaScript 94.6%Language:HTML 5.4%