Popularity
0.9
Stable
Activity
0.0
Stable
15
3
21

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Form Widgets     Drag     Drag And Drop     Sortable    
Latest version: v0.2.1

Ractive.js sortable decorator plugin alternatives and similar libraries

Based on the "Sortable" category.
Alternatively, view Ractive.js sortable decorator plugin alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Ractive.js sortable decorator plugin or a related project?

Add another 'Sortable' Library

README

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="https://cdn.jsdelivr.net/npm/[email protected]/ractive.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/Ractive-decorators-sortable.min.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.


*Note that all licence references and agreements mentioned in the Ractive.js sortable decorator plugin README section above are relevant to that project's source code only.