floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
It would be nice if i could open popper when some element is focused and then open it something like keydown.enter
hello 🙋♀️ using the package `v-tooltip@2`, I encountered some problems with memory leaks in a server side rendering setup. I tracked down the problems to usage of v-tooltip and its...
Sometimes it's not desirable to have the popper content be tab-able , e.g. in the case of using floating-vue to create dropdown menus. It would be great to have more...
floating-ui allows shifting but with a limit so that for example content can shift with scroll but when the target scrolls of screen so too does the popover https://floating-ui.com/docs/shift#limiter
 is it possible to pass a reference of an element to the ___ prop, so when popper "hit it" it closes 
is it considered to use `translate` in this case ? ``` const isOdd = (window.devicePixelRatio || 1) * 100 % 2 === 1 { transform: isOdd ?`translate(x, y)` : `translate3d(x,...
I have used v-menu as an item for my menu, that should open a dropdown on hover, near that I have an anchor tag. When sometimes I hover over the...
Be related to Elk [1282](https://github.com/elk-zone/elk/pull/1282)
I have tried using CSS to hide the arrow from showing but I cannot seem to get it done