# DraftJS Block Drag & Drop Plugin

*This is a plugin for the `draft-js-plugins-editor`.*

This plugin adds drag and drop functionality to your editor!

- Move blocks that are wrapped by `DraggableDecorator`

Usage:

```js
import createBlockDndPlugin from 'draft-js-drag-n-drop-plugin';

const blockDndPlugin = createBlockDndPlugin();
```
