2.0.4 • Published 6 years ago
draft-js-drag-n-drop-plugin v2.0.4
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:
import createBlockDndPlugin from 'draft-js-drag-n-drop-plugin';
const blockDndPlugin = createBlockDndPlugin();