guilhermeaiolfi / Ractive-decorators-sortable

Drag and drop items to sort them

Home Page:http://ractivejs.github.io/Ractive-decorators-sortable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ractive.js sortable decorator plugin

Find more Ractive.js plugins at ractivejs.org/plugins

See the demo here.

Usage

Include this file on your page below Ractive, e.g:

<script src='lib/Ractive.js'></script>
<script src='lib/Ractive-decorators-sortable.js'></script>

Or, if you're using a module loader, require this module:

// requiring the plugin will 'activate' it - no need to use the return value
require( 'Ractive-decorators-sortable' );

plugin-specific instructions to go here...

License

Copyright (c) 2013 Rich Harris. Licensed MIT

Created with the Ractive.js plugin template for Grunt.

About

Drag and drop items to sort them

http://ractivejs.github.io/Ractive-decorators-sortable/

License:MIT License


Languages

Language:JavaScript 98.3%Language:CSS 1.1%Language:HTML 0.6%