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

Package detail

draft-js-side-toolbar-plugin

draft-js-plugins1.6kMITdeprecated3.0.2

use @draft-js-plugins/side-toolbar >=v4 instead

Toolbar Plugin for DraftJS

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

readme

DraftJS Toolbar Plugin

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

Usage:

import createSideToolbarPlugin from 'draft-js-side-toolbar-plugin';

const toolbarPlugin = createSideToolbarPlugin();

changelog

Change Log

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

3.0.2

  • Allow draft-js v0.11
  • Remove unused dependencies

3.0.1

  • fixed onMouseDown handler

3.0.0

  • Swap structure prop in side toolbar for render prop
  • Add position configuration for positioning left side or right side.

2.0.4 - 2.0.5

  • bumped find-with-regex

2.0.3

  • Fixed positioning when the editor has a parent node that is positioned (i.e. relative, absolute or fixed).

2.0.2

  • accomodate editor dom reference for both react 0.15 and 0.16

Released the first working of DraftJS Side Toolbar Plugin