How to add a pointer towards the text using the tailwind css for the PopoverPanel of the headlessui/vue? #2938
Unanswered
Aravinda93
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a custom tooltip menu which shows some tooltips on the hover of the text. As per my requirement, I want to add a pointer to my tooltip which points to the text on which hovered when showing the tooltip information.
To build the tooltip menu I have made use of the
@headlessui/vue
within myNuxt 3
application. Everything works fine but the only problem is that I am unable to add a pointer towards the text for myPopoverPanel
. Can someone please let me know how to add a pointer towards the text?Following is the code I have which shows the tooltip menu on hover over the text in nuxt 3 composition api:
I want to add a pointer towards the text something similar to this:
Beta Was this translation helpful? Give feedback.
All reactions