Skip to content

cyclejs-community/cyclejs-sortable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cyclejs-sortable

Makes all children of a selected component sortable

Github Repo: https://github.com/cyclejs-community/cyclejs-sortable

Full documentation: https://cyclejs-community.github.io/cyclejs-sortable/

NPM: https://www.npmjs.com/package/cyclejs-sortable

Examples

You can check out live versions of the examples here:

Required Polyfills

The code uses a few ES6 features, so you might need an es6 polyfill like babel-polyfill

The use the updateOrder Event in IE you have to add a CustomEvent constructor polyfill like https://www.npmjs.com/package/custom-event

Installation

npm install --save cyclejs-sortable

Basic Usage

For more information see the examples

function main(sources)
{
    return {
        DOM: xs.of(div([
            div(['one']),
            div(['two']),
            div(['three']),
            div(['four'])
        ]))
        .compose(makeSortable(sources.DOM))
    }
}

About

Makes all children of a selected component sortable

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •