Menu component works well functionally as a popover as discussed in this issue:
https://github.com/vuetifyjs/vuetify/issues/1442
However there needs to be a styling option to make it look more like a standard popover that users are used to.
Add a popover styling prop?
a standard popover that users are used to
Enough with the vague feature requests, show an example of what you actually want.
@KaelWD read the referenced issue, there are extremely specific examples :)
@fnoop You mean the arrow or what?
+1
A arrow pointing to activator would be nice. Maybe it can be done by adding an arrow
props?
Before that, we can override .v-menu__content
and .v-menu__content:before
to make it look like the popover?
Most helpful comment
A arrow pointing to activator would be nice. Maybe it can be done by adding an
arrow
props?Before that, we can override
.v-menu__content
and.v-menu__content:before
to make it look like the popover?