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