2

Im currently working on a electron project. Is there any best practice for UI design? I want to make a VS Code-like UI with resizable panels. Do I have to do that on my own using jquery-ui for example?

Comments
  • 0
    Depends on how you want it to react

    I'm also doing a similar project and struggling to make resizable panels

    If you have any leads let me alos know : ]
  • 0
    @byte Me too :'(

    Take a look at Split.js which seems to be a nicerโ€‹(and lighter) alternative to jQuery-UI.
  • 1
    @apollonian thanks a lot ๐Ÿ‘ ๐Ÿ˜
  • 1
    Ive used jquery-resizeable-dom (npm package) for now. Fits my needs so far.
Add Comment