Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure/ic-sortable
https://github.com/instructure/ic-sortable
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/instructure/ic-sortable
- Owner: instructure
- License: mit
- Created: 2014-07-14T21:41:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-07T08:02:26.000Z (about 9 years ago)
- Last Synced: 2024-10-08T12:10:41.406Z (about 1 month 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.