A popover component would be very helpful, it would work similar to the tooltips but with content inside you can interact with.
Here is an example:

This is an unique component, currently the closest is a dialog.
By not having to use a third party library that offers this component/functionality.
Any that could be introduced by including a third party library.
Here is a bootstrap example.
Isn't this the same thing as a menu?
https://codepen.io/anon/pen/prVmem
Note the close-on-content-click that is missing in the documentation at the time I write this. 馃槅 
Ty @smares I'll get that prop properly added to the docs.
With "close-on-content-click" I'm able to achieve the popover functionality.
An example on vuetifyjs.com of a menu being used for something else besides a nav/options list would be helpful for people having the same need.
Thanks!
Is there a way to make a button with a popover and a menu when you click?
Because a button with menu is a menu with an activator
And a PopOver is a Dialog with an activator
Is there any way in Vuetify to add the little arrow that points to the 'source' item, ie. what you click to open the menu/popover as shown in the example screenshot above? That's quite an important little UX detail.
@fnoop Agreed. Similar how github does:

Bootstrap popover component is based on the popper.js library.
There is an offical guide to integrate popper.js to Vue apps, see MENTIONS for detail. I'm using vue-popperjs and it's great.
Thanks for the suggestion @zend - there's also:
https://github.com/Akryum/v-tooltip
However these should be unecessary and don't work in quite the same way - as noted here the vuetify menu works well, it just needs a styling option to make it obvious as a popover. Looks like this issue is being ignored, so I'll open a new one.
Most helpful comment
With "close-on-content-click" I'm able to achieve the popover functionality.
An example on vuetifyjs.com of a menu being used for something else besides a nav/options list would be helpful for people having the same need.
Thanks!