preline
preline copied to clipboard
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
Hello, I'm currently using Preline UI on my Laravel - Inertia - Vue.js project. I've encountered an error when trying to enable Inertia's SSR feature: ``` Starting SSR server on...
Hi there! I love your new AdvancedSelect, but, unfortunately, cannot get it working. Specifically, I have trouble getting the selected value and/ or detecting a change event. What I want...
it will fire on-change event when the item is removed by clicking on "data-remove"
This PR contains 2 changes: - using `no-banner` CLI (or config option in the second commit) option to remove "banner" from output instead of in-house function (if it really annoys)...
Using preline as described in the sveltekit doc is not possible with Netlify as node_modules get deleted after building. Which is a good thing as tree shaking is supposed to...
This fix one error described in #226.
With the new instruction to start `HSStaticMethods`: ```js const location = useLocation(); useEffect(() => { HSStaticMethods.autoInit(); }, [location.pathname]); ``` Described here https://preline.co/docs/frameworks-react.html. Using tabs component from Radix, application crash with...
Hi there, Here is the guide, not the issue. I'm using PIN input components to do the OTP Code feature for the user. I have implemented it for AdonisJS. While...
Not sure if this is the right place, but are there any plans for an autocomplete component?