polymer-sortablejs

0.1.1 • Public • Published

polymer-sortablejs

A Polymer binding to SortableJS.

Demo: http://rubaxa.github.io/Sortable/

Support Polymer

 
<link rel="import" href="path/to/polymer-sortablejs/polymer-sortablejs.html"/>
 
<sortable-js handle=".handle">
  <template is="dom-repeat" items={{names}}>
    <div>{{item}}</div>
  </template>
</sortable-js>

NPM

npm install polymer-sortablejs

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i polymer-sortablejs

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • gutenye
  • rubaxa