floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Hi, I've been trying to use floating-vue with Storybook, but I was unable to import it to one of the storybook pre-generated setup modules ```.storybook/preview.js```. I've looked into the other...
There are no `emits` has been declare in the `PopperWrapper`, so that all sub-components, such as `Dropdown`, `Menu` and `Tooltip`, the `@update:shown="aVariable"` won't work.
I'm trying to use this library to make a wrapper that follows Material 3, but I need to be able to have the tooltip appear on a long press, [the...
Using floating-vue for tooltip, this warning is showing up with @vue/compat package in the vue project.
We are using floating vues VTooltip to anchor decorative elements to a headline. I just realized, that in some constellations (I could not make out a pattern yet) there are...
It is very distressed can not copy tooltip's content
Hi there, Thank you for your hard work on the project. I have a few questions that I was hoping you could clarify for me. **The issue** I'm currently working...
After almost an hour of scouring the docs, I can't seem to find out how to set the max width of the tooltip (i.e. I don't want the size to...
```import FloatingVue from 'floating-vue'``` started giving this error in a webpack based project with nothing weird going on for import resolution ```error Unable to resolve path to module 'floating-vue' import/no-unresolved```...
When I use this component, it adds a layer of `` outside the target element, causing the original page layout to potentially be broken (need to readjust CSS). I've found...