I have been looking for a context menu component for React for a while. Sadly, the top choices are opinionated and are non-trivial to gel with Chakra UI.
I expanded on the code in this GitHub post and built my own context menu component. State management is with Recoil but it can be easily adapted to work with the Context API (a different kind of "context"). Check it out below: