2.0.4 • Published 5 years ago

draft-js-drag-n-drop-plugin v2.0.4

Weekly downloads
7,137
License
MIT
Repository
github
Last release
5 years ago

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();