react-reorder

v3.0.0-alpha.5
Drag & drop, touch enabled, reorderable / sortable list, React component
react facebook reorder sort reorderable sortable drag and drop mobile touch and 1 more...

start

./scripts/start

build-js

browserify -t babelify examples/src/js/index.js -o examples/build/js/index.js

watch-js

watchify -t babelify examples/src/js/index.js -o examples/build/js/index.js -v

build-dirs

mkdir -p examples/build/js/

build

npm run build-dirs && npm run build-js

watch

npm run watch-js

lint

eslint src/ tests/ examples/js/

mocha

BABEL_ENV=mocha nyc mocha --opts .mocharc 'tests/**/*.test.js'

test

npm run lint && npm run mocha

Metadata

  • MIT
  • Whatever
  • Jake 'Sid' Smith
  • released 12/15/2017

Downloads

Maintainers