hoppscotch / ui

https://ui.hoppscotch.io
https://ui.hoppscotch.io
20 stars 10 forks source link

feat: add contextmenu component #15

Open anwarulislam opened 2 months ago

anwarulislam commented 2 months ago

This feature request proposes the creation of a new ⁠Contextmenu component. This component should provide the following functionalities:

The-x-35 commented 1 month ago

I have taken part in the foss hack event and request you to assign this issue to me under the event. My approach to solve this issue would be to add the context menu component as a new component in the src/components folder and then add the related story to it in the stories folder and then test the code. I will implement the context menu to show up when right click or a specific event is triggered. Will take input props for menu and sub menu and use recursion to implement sub menus and will show them accordingly.