react-rightclickmenu

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i react-rightclickmenu

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

800 kB

Total Files

9

Last publish

Collaborators

  • rmdort