preline
preline copied to clipboard
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
Thanks for a great product, do you have an example Navbar with Offcanvas?
Hey everyone, First of all I'm happy to see more open-source projects being built on top of the Tailwind CSS ecosystem. This is important for the overall industry and for...
There is a `console.log` inside the scrollspy component which generates a lot of console activity. I'm guessing it's debug code so I've raised a PR to fix it. :-) https://github.com/htmlstreamofficial/preline/pull/23
I've been using Preline 1.2.1 via NPM and I noticed the ScrollSpy component was churning out loads of debug messages in the console. This PR should fix that. :-) When...
Just implemented the premium dashboard component in my next.js project and came to find that i have to refresh the page to get the drop down to show up. Clicking...
Hello Your code snippet has a problem because it attaches event listeners directly to the popover toggle. When the popover is shown, it captures all clicks, making it impossible to...
While working on my project using Preline and TailwindCSS, I encountered an issue with certain JavaScript behavior options for my modal, which utilizes the overlay plugin in Preline. I meticulously...
Hi @jahaganiev, Thanks for creating such a wonderful library for TailwindCSS World. We were eager to start our project with PrelineJS, but unfortunately, we're facing some issues with methods, events,...
The issue is that sometimes the setTimeout function is called before the preline script has been imported - so the `window.HSStaticMethods` call is not defined. This is reproducible when running...