floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
Hi, I have installed v-tooltip and included the following code in my main.js: ``` import { createApp } from 'vue' import App from './App.vue' import router from './router' import VTooltip...
If the popover contains an interactive `` element, when clicking on it in Firefox, a `mouseleave` event is emitted from the select and the popover, which then causes the popover...
Hi, What is the syntax for utilizing the template option? I need to specify various HTML elements within the tooltip, so that I can apply classes to specific elements (header,...
` ... T1 T2 Close ` _Originally posted by @HasanKadi in https://github.com/Akryum/v-tooltip/issues/154#issuecomment-816840743_
Hi, We use v-tooltip to add explanations to words and expressions in our application, and we experienced that sometimes the popover disappears offscreen if the viewport is narrow. I've tried...
### Use case We have create a popover menu component and would like to set the focus on the first element inside the popover right after it has appeared. ###...
I am working on a reusable component which triggers different events depending on what part of it is being clicked on. In this case, I would like the popover to...
First of all, thanks for maintaining this plugin 😸 ! Since the `v-popover` wraps the trigger element within a div, if the given trigger is `focus` it won't work. Here's...
If I set the tooltip value as an object, with the property content being the result of a function witch returns a string or false, the string 'false' is rendered...
**Steps to reproduce:** 1. Put v-tooltip on element X, with the text "hello world!" 2. Hover on element X and wait for the tooltip to be shown with the text...