0.0.2 • Published 10 years ago

ic-sortable v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

ic-sortable

Ember component mixin for creating sortable drag and drop ui.

Demo

https://instructure.github.io/ic-sortable

Installation

bower install ic-sortable

npm install ic-sortable

... or download one of the distrobutions in dist and include however you want.

Module Support

  • AMD

    define(['ic-sortable'], function(Sortable) {});

  • CJS

    var Sortable = require('ic-sortable')

  • Globals

    var Sortable = ic.Sortable.default

Usage

Don't use this, its not done.

Contributing

bower install
npm install
npm test

License and Copyright

MIT Style license

(c) 2014 Instructure, Inc.