2.0.0-beta9-b • Published 7 years ago

draft-js-drag-n-drop-plugin-canopy v2.0.0-beta9-b

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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();