Questions tagged [v-tooltip]

v-tooltip is a package for a reusable tooltip component for VueJS.

20 questions
0
votes
0 answers

Using v-tooltip: directive activation inside a v-html content

I need a help with a Vue.js package, v-tooltip (https://akryum.github.io/v-tooltip/#/). I read the docs and see the examples on the site, and my test work perfectly:
0
votes
1 answer

Need help implementing v-tooltip npm package in my Vue application

I'm trying to implement v-tooltip https://www.npmjs.com/package/v-tooltip in my Vue app in its own component but it's currently not doing anything when I hover the element and I don't get any console errors, I don't know if I'm implementing it…
Daphne
  • 15
  • 1
  • 4
0
votes
1 answer

Using Vue v-tooltip How to get tooltip placement (which is exposed as x-placement attribute on tooltip) and set class based on this

Using v-tooltip directive. When tooltip is opened popper.js tries to find suitable placement based on surrounding space (at least that is how I understand it) and has this information exposed on x-placement attribute. How to get the placement…
realmer
  • 51
  • 1
  • 8
0
votes
0 answers

v-tooltip is not working with custom css in production

I am using v-tooltip to show some content when the user hover the mouse on div. Its working in development without an issue. However, when I build it for production and move to prod environment, custom css are not applying to my tooltip. The version…
-1
votes
1 answer

How to make a tooltip with blurred background in Vue.js?

Image How to make something like this? I have tried using v-tooltip and Vuetify but it wasn't a success. Is the best option to make background-color of #body grey and there is no other solution?
Yab
  • 3
  • 2
1
2