https://github.com/instructure/ic-sortable
https://github.com/instructure/ic-sortable
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/instructure/ic-sortable
- Owner: instructure
- License: mit
- Created: 2014-07-14T21:41:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T08:02:26.000Z (over 10 years ago)
- Last Synced: 2024-10-08T12:10:41.406Z (over 1 year ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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.