floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Reproducible example: https://stackblitz.com/edit/vue-gmwmjb?file=src%2FApp.vue The browser reports this issue when using a custom theme and no delay is added.
`skidding` property does not work with VMenu ``` ... popover content ``` I checked negative and positive values, nothing changes. This is also a problem with `arrow-padding`. `distance` works fine...
There is no explanation of what it does and how it work: https://floating-vue.starpad.dev/api/#container  v-tooltip v2 had `container: false` documented, but it's not documented anymore (#368) https://floating-vue.starpad.dev/legacy/v2/#other-options  Also, it...
Hello, I am using the package inside a Laravel / InertiaJS project. Inside the `vite.config.js` file, I exclude the package as I need it only on the client-side. ``` ssr:...
I was wondering if RTL layout can be support or not, because it will break the positoninig in RTL
Hey! Passed across this project and decided to integrate it to my project. However, when I started using it, I came across a pretty annoying issue: The components are not...
Hi, I was trying to add a border around the tooltip and the arrow tip: The arrow is made using the classic CSS border hack, which makes it difficult to...
I installed this plugin on the latest nuxt but I get this error. ```html WARN [Vue warn]: Component is missing template or render function. at at at at > at
This PR will fix auto-hiding submenu parents on child hide https://github.com/Akryum/floating-vue/issues/1062 https://github.com/Akryum/floating-vue/issues/874