milahu / solidjs-resizable-splitter-component

resizable splitter component for SolidJS
https://milahu.github.io/solidjs-resizable-splitter-component/
MIT License
4 stars 2 forks source link

Resize panels while dragging #7

Closed trusktr closed 1 year ago

trusktr commented 1 year ago

Continued from PR #6, relevant changes in commits 9a1a0d2 and 30aab4f. The other commits are from previous PRs.

If you merge this PR, it will merge all the other PRs too.

Summary

The magic begins! Namely,

Also

Verify

Switch to using "solidjs-resizable-splitter-component": "file:../../", in demo/src/package.json to use the local version of the lib, then npm run demo.

Now you should be able to resize panels and they will change size in real-time while dragging.

milahu commented 1 year ago

resize panels while dragging

thanks for that feature

in my last commits i ...

todo: