htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
Other
4.9k stars 309 forks source link

Popover/Tooltip not working perfectly #512

Open eirfaniskandar123 opened 22 hours ago

eirfaniskandar123 commented 22 hours ago

Summary

My popover caption not appearing when hover or click etc.

Steps to Reproduce

  1. recently i was interested with preline popover design. so i install the preline by package
  2. based on preline documentation i don't need to install anything if i already install preline by package
  3. so i copy and paste tooltip and popover code in my file just to test what it looks like
  4. but soon i realized my tooltip and popover not working
  5. i try to inspect and i see some changes of the code when hovering or clicking or etc but not appear
  6. i wonder if i miss any steps of the preline installation

Demo Link

https://preline.co/plugins/html/tooltip.html

Expected Behavior

I was expecting the tooltip to work normally. based on the preline documentation that's all

Actual Behavior

the tooltip not working normally. the tooltip content not appear after i click or hover

Screenshots

No response