UI Resizable component, make any element resizable.
$ component install ui-component/resizable
var resizable = require('resizable')(myElement);
resizable.set('handles', 'se, s, e');
resizable.build();
Create a new Resizable
instance.
Set options.
bind events and append handles.
unbind events and remove handles.
MIT