Currently, ContextMenu can only be used on the whole page.
Sadly, this is pretty limiting - I'd like to use it only on an element on my page.
Could ContextMenu be split into a dumb sub-component which doesn't listen for events itself?
I would like to just give it x, y as props and handle everything else myself.