How to impement tooltip in fullcalendar with Alpinejs? #1238
Unanswered
sergeynilov
asked this question in
1. Help
Replies: 1 comment 1 reply
-
Maybe you can try Tippyjs? https://atomiks.github.io/tippyjs/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I added fullcalendar v4.3.1 to Laravel 8 / tailwindcss 2 / Alpinejs 2.8 app
and it works, but I encountered a question how to impement tooltips with keeping
mouve over date cell? With jquery support I made with tooltip libarary :
I found example with tailwindcss tooltip impementation when button is on the form :
https://codepen.io/t7team/pen/XWdyVyB
But with fullcalendar it seems tricky...
How it can be done ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions