Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mikeljames/draft-js-drag-n-drop-upload-plugin

draft-js-plugins130MIT2.0.1

Dropping & uploading files with DraftJS

editor, wysiwyg, draft, react, ux, components, widget, react-component

readme

DraftJS Drag & Drop File Upload Plugin

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

This plugin adds dropping & uploading files functionality to your editor!

Usage:

import createDndFileUploadPlugin from 'draft-js-drag-n-drop-upload-plugin';

const dndFileUploadPlugin = createDndFileUploadPlugin();

changelog

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

To Be Released

Released the first working version of DraftJS DnD Plugin