Skip to content

myfrom/polymer-sortablejs

 
 

Repository files navigation

polymer-sortablejs

Gitter

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

About

A Polymer binding to SortableJS.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 70.1%
  • JavaScript 29.9%