I tried using the tooltip as popover layout that you have on https://keenthemes.com/metronic/tailwind/docs/components/tooltip, but it doesn't work. For some reason the popover classes don't exist.
My search found that the classes such as .popover-header and .popover-body are added by a popover.js file (which is in the “assets/src” folder), but this code is not being converted to the bundle.
I reiterate the problem of the -info class color not working either. It only works for things like text color. And also the problem with KTLayout.init that I commented on in another ticket.
When can you fix these requests? Thanks.
Thanks for reporting this — I also faced some issues while exploring similar layouts. It’s important that components like popovers work smoothly, especially when integrating them into creative projects. I'm currently working on UI elements for my site games unblocked faf so I understand how tricky layout bugs can be. Hoping these fixes come soon to make the dev process smoother for everyone.
Same here
im honestly startin to think its easier to skip messin with metronic init and all that and just use some frontend setup thats not full of surprises had a project where we were wiring in jetx bonuses used the flow from — no extra scripts just clean layout and it worked
Hi,
As explained in my previous reply. Please always compile your CSS whenever you modify your HTML with new classes. This is how Tailwind works. It looks for CSS classes in your HTML and adds it to the output CSS file.
Regards,
Sean