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

Package detail

draft-js-modal-plugin

vacenz145MIT1.2.0

LastDraft modals for DraftJS

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

readme

DraftJS modal Plugin

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

This plugin allows for modals to be added to either the Toolbar or Sidebar plugin.

It includes 5 modals:

  • ColorModal which uses draft-js-color-picker-plugin
  • EmbedModal which adds an embed block, requires draft-js-embed-plugin
  • EmojiModal which uses draft-js-emoji-picker-plugin
  • GifModal which uses draft-js-gif-picker-plugin
  • LinkModal which adds a link entity, requires draft-js-link-plugin

Usage

See last-draft-js-sidebar-plugin or last-draft-js-toolbar-plugin for example usage, or to include the modals, just add the above plugins which use the modal plugin.