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

Readme

Keywords

Package Sidebar

Install

npm i polymer-sortablejs

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • gutenye
  • rubaxa