A simple context menu component for React. Adds the menu to the parent node
yarn add react-rightclickmenu
import ContextMenu from 'react-rightclickmenu'
const App = () => {
return (
<div>
<ContextMenu>
<a>Any component here</a>
</ContextMenu>
</div>
)
}
- Does not support nesting
- Menu is always added to the parent node