Unopinionated and unstyled popover menu component for React, based on popman. View in-browser example.
npm install popmenu
const Popmenu = require('popmenu')
<Popmenu around={<div>Hello</div>}>
Hello, i am the popover content
</Popmenu>
More examples can be found in the examples directory.
All props are passed to popman, check out popman's documentation on properties.
Please refer to popman's styling documentation.