MenusMenus are much harder to work with than many other components because the popup part needs to appear in front of everything else and this can be surprisingly complex implement. For that reason, we have left our implementation relatively rather simple. For a more complex and robust menu, we would probably save time and utilise a component library like shadcn/ui.A basic Menu.View
Menus are much harder to work with than many other components because the popup part needs to appear in front of everything else and this can be surprisingly complex implement. For that reason, we have left our implementation relatively rather simple. For a more complex and robust menu, we would probably save time and utilise a component library like .
shadcn/ui
A basic Menu.
View