preline
preline copied to clipboard
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
1. [Examples aren't working as expected in the docs](https://preline.co/docs/scrollspy.html) 2. It may be intentional, but doesn't work when ID's are nested in the `data-hs-scrollspy` container
There is a great feature for the dropdown component in your build
If the offcanvas menu is closed quickly (do not wait for it to close) and then opened, then it will not open
Where long content doesn't fit on the screen, change the tab bar to on mobile. Bad idea, it seems more convenient to add a kingpin from right to left for...
This example, and the related examples, should include a `hidden` class on the parent offcanvas div: https://preline.co/docs/offcanvas.html#example Before: `` After: `` It still works if adding that class. This also...
I get an error that says ActionController::RoutingError (No route matches [GET] "/node_modules/preline/dist/hs-ui.bundle.js"): Using Rails 7 here is my tailwind config: ``` module.exports = { plugins: [ require('preline/plugin') ], content: [...
Mega menu on [https://preline.co/examples/html/mega-menu-header.html#](url) doesn't show in Safari 15.5, could be a browser extension interfering but I've tried disabling adguard and the few other plugins I have in incognito mode...
Hello dev team, Great Job yet. Hope your team is working on Carousel. Though I refer you https://tailwindcss.com/docs/scroll-snap-stop https://daisyui.com/components/carousel/ Please give the update ASAP. Also, give an update for NUXT...