floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

💬 Easy tooltips, popovers, dropdown, menus... for Vue

Results 205 floating-vue issues
Sort by recently updated
recently updated
newest added

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

![image](https://user-images.githubusercontent.com/48631826/226195448-c4314cae-f417-4237-a5c4-1e269704435a.png) is it possible to pass a reference of an element to the ___ prop, so when popper "hit it" it closes ![image](https://user-images.githubusercontent.com/48631826/226195465-752a29e5-0ae4-4430-8e12-ef58c4d603c7.png)

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