Dav3rs
Dav3rs
### Describe the bug This occurs just by adding the scrollable property when cell values are very different each others:  Just by removing the "scrollable" property:  Check the...
There are some breaking changes with vue 3 like `this.$listeners` that was removed. https://v3.vuejs.org/guide/migration/listeners-removed.html#overview
I think that this would be beautiful code and move reactivue to the next level :)  Any other property present in the object could be statically injected instead of...
The quotation marks doesn't have color neither. VSC  WebStorm  Thanks, this is a nice theme to use in vscode.
Hook to track the loading state of async functions. ```ts const [fn, loading] = useLoading(fn) ``` Example: ```js function Button({ onClick, children }) { const [clickHandler, loading] = useLoading(onClick); return...
It would be good to have available a primeflex version that behave as a Tailwind Plugin, just like [DaisyUI](https://daisyui.com/) does. It would inject the custom utility classes that integrate perfectly...
### Describe the bug Hi, I have been having problems with what I assume is the maskinput, it has never happened to me nor have I been able to replicate...
### Describe the issue you're facing I notice that my page was crashing due to scripts being executed that have nothing to do with the current page content. It looks...