The dropdown component binds click/mousemove/keydown event handlers on the document element, but there's no method to remove such handlers. So the component does not seem to support unmounting. Also, throughout the code there are direct DOM manipulations, which I suppose are unavoidable but I would have preferred more "headless" components with no behaviors (or at least separate and more generic).
https://react.daisyui.com/, well they are using Tailwind UI so not sure how they are an alternative to the entire framework per se plus they have React components (among components for other frameworks, I believe).
8 comments
[ 4.2 ms ] story [ 26.5 ms ] threadhttps://github.com/htmlstreamofficial/preline/blob/bffc8d03d...
The dropdown component binds click/mousemove/keydown event handlers on the document element, but there's no method to remove such handlers. So the component does not seem to support unmounting. Also, throughout the code there are direct DOM manipulations, which I suppose are unavoidable but I would have preferred more "headless" components with no behaviors (or at least separate and more generic).
We will make sure to address in coming updates. In addition, React and Vue integrations are in our roadmap for all Preline Plugins.
Please feel free to leave any future requests or suggestions on Github page https://github.com/htmlstreamofficial/preline/issues
I'll try to make it work with windicss (like tailwind but faster, smaller)
Preliine looks cool too!