https://codepen.io/pablowbk/pen/bGbxZoz
I've been trying to make it work with dioxus but the behaviour is super buggy, and i cant debug it out 😦
Im making a desktop application, which has resizable panes.
1 messages · Page 1 of 1 (latest)
https://codepen.io/pablowbk/pen/bGbxZoz
I've been trying to make it work with dioxus but the behaviour is super buggy, and i cant debug it out 😦
Im making a desktop application, which has resizable panes.
Hey 👋 I have some basic pane components here if some reference helps (they're still for Dioxus v0.4 but the transition here should hopefully be straightforward) https://github.com/matthunz/lookbook/blob/main/src/ui/pane.rs
Contribute to matthunz/lookbook development by creating an account on GitHub.
Basically this works by sticking two divs with display: flex next to each other, and resizing one div with the mouse cursor