html5-sortable

1.0.2 • Public • Published

HTML5 Sortable Build Status

HTML5 Sortable. No jQuery needed. Only .5KBs gzipped!

Based on HTML5Rocks Demo

Simple API

var s = Sortable({
    els: '.sortable' // Selector or array of elements

    // Optional params

    // Behavior of drag and drop ('insert' or 'swap')
    type: 'insert'
});


// destroy
s.destroy();

Demo

Demo Link

/html5-sortable/

    Package Sidebar

    Install

    npm i html5-sortable

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • taylorhakes