polymer-sortablejs
polymer-sortablejs copied to clipboard
A Polymer binding to SortableJS.
polymer-sortablejs
A Polymer binding to SortableJS.
Demo: http://rubaxa.github.io/Sortable/
Usage
<link rel="import" href="bower_components/polymer-sortablejs/polymer-sortablejs.html"/>
<sortable-js>
<template is="dom-repeat" items={{items}}>
<div>{{item}}</div>
</template>
</sortable-js>
Install
$ bower install polymer-sortablejs