Simple Drag and Drop Library For React – dragtastic

Description:

dragtastic is a simple drag and drop library for React which uses the more stable mouseDown/mouseUp event pattern instead of the problematic HTML5 drag and drop API.

Installation:

# Yarn
$ yarn add react-dragtastic
# NPM
$ npm install react-dragtastic --save

Preview:

dragtastic

Add Comment