Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

mpowell-atomic/Ractive-decorators-sortable

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • CSS 1.1%
  • HTML 0.6%