react-beautiful-dnd

v2.6.4
Beautiful, accessible drag and drop for lists with React.js
drag and drop dnd react react.js natural beautiful

test

jest --config ./jest.config.js

validate

yarn run lint && yarn run typecheck

lint

eslint .

typecheck

flow check

build

yarn run build:clean && yarn run build:lib && yarn run build:flow

build:clean

rimraf lib

build:lib

babel src -d lib

build:flow

flow-copy-source --verbose src lib

storybook

start-storybook -p 9002

build-storybook

build-storybook -c .storybook -o site

prepublish

yarn run build

Metadata

Downloads