instructure / ic-sortable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 97.0%Language:CSS 3.0%