Add parameter to customize anchor of Menu component
Closed this issue · 0 comments
marcopiii commented
The popover used inside Menu has an hardcoded prop anchor = "end"
. This is ok if the menu is used on the right side of the view, but if the user wants to use it on the left side it has to force its anchoring editing the css.
It would be useful if Menu
had a anchor
property used in the same way of position