Sortable list decorator plugin for Ractive.js
npm install ractive-decorators-sortableRactive.js sortable decorator plugin
====================================
Find more Ractive.js plugins at ractivejs.org/plugins
Usage
-----
Include this file on your page below Ractive, e.g:
``html`
Or, if you're using a module loader, require this module:
`js``
// 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.