Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

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
------------

```sh
bower install
npm install
npm test
```

License and Copyright
---------------------

MIT Style license

(c) 2014 Instructure, Inc.