Dragable is a jQuery UI behaviour for interactively dragging any element. This is from jQueryUI 1.10.3.
This is a fork of rgm/meteor-jquery-ui-sortable, and does basically the same thing, except this pacakge isolates the Draggable interaction, not the Sortable interaction.
meteor add dbernhard:jquery-ui-draggable
$('#someElem').draggable()
in theTemplate.foo.rendered()
callback.