floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
I am globally registering this module ``` import VTooltip from 'v-tooltip' let tooltipOptions = { popover: { defaultPlacement: 'top', defaultBaseClass: 'vue-tooltip vue-popover', defaultInnerClass: 'popover-inner' } } Vue.use(VTooltip, tooltipOptions) ``` It...
This library is great, but is also quite big.. I just want a small little tooltip, and it costs me 60KB unzipped counting v-tooltip and popper.. Could you support tree...
Is there an option to have the tooltip popup where the cursor is like the `title` attribute does?
If the component has v-tooltip directive, bind my personal classes and specified the functions on component's events `@mouseenter` and `@mouseleave`, the tooltip is not working properly. The tooltip show up...
Hi, I have a severe glitching on mobile while scrolling. The tooltips are opened programmatically when they enter the screen the params are - trigger='manual' autoHide=false
Today i sew such warning from the chrome, in console: [Deprecation] Percentages row tracks and gutters for indefinite height grid containers will be resolved against the intrinsic height instead of...
Hi, when trying to use v-popover in grid layout it just pushes other components and overlaying the background (if you use it) on all the rest. v-tooltip work just fine....
If developer tools are open on Chrome then the position of the tooltip is affected, with it showing the height of the developer tools above the correct position. It appears...
I noticed an error that makes the tooltip to blink when it's open and Vue re-renders. ` ` Here it's my tooltip. isOpen changes when clicking on the button, and...
Hi @all Tooltip doesn't work in a tag what is here wrong? ```html ``` workaround: ```html ```