Skip to content
This repository was archived by the owner on May 12, 2020. It is now read-only.

OpenBuildings/html5-sortable

Repository files navigation

Html5 Sortable

Build Status Code Climate Test Coverage

Sort element using native html5 drag and drop

Instalation

Using jspm:

jspm install npm:clippings-html5-sortable

Using npm:

npm install clippings-html5-sortable

Manual:

Download latest release

<link rel="stylesheet" type="text/css" href="dist/css/clippings-html5-sortable.min.css" />
<script type="text/javascript" src="dist/js/clippings-html5-sortable.min.js"></script>

Usage

<div data-arrange="html5-sortable">
    <div draggable="true">1</div>
    <div draggable="true">2</div>
    <div draggable="true">3</div>
    <div draggable="true">4</div>
    <div draggable="true">5</div>
</div>

Imgur

Documentation

You can read the extensive documentation on http://clippings.github.io/html5-sortable/

License

Copyright (c) 2015, Clippings Ltd. Developed by Ivan Kerin

Under BSD-3-Clause license, read LICENSE file.

About

Sort element using native html5 drag and drop

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published