Resize and Drag widgets in app.

0
How can I resize and drag widgets from 1 corner of screen to another corner? I know internally Modular doesn’t provide resize and drag option, but is there some other way perhaps some widget in app store to do so?
asked
1 answers
1

Hi Arjun,

Do you want to make a div resizeable? I have an experimental widget on my github that uses the jquery UI webpack to make divs resizeable. 

https://jqueryui.com/resizable/

 

If you want to test it out you can find the widget here. I just want to give you a heads up that I haven’t done too much testing with this.

https://github.com/austinmcnicholas/Resizeable-Widget

answered