0.0.2 • Published 5 years ago

react-submenu v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-submenu

Unopinionated right click context menu so simple it hurts 👺

Installation

$ yarn add react-submenu

Usage

import {Submenu} from 'react-submenu'

<Submenu content={<div>This will appear on right click</div>}>
  <div>
    right click on me
  </div>
</Submenu>

TODO

  • hide menu on: resize, mousedown, click, keydown, scroll?
0.0.2

5 years ago