1.2.0 • Published 7 years ago

draft-js-color-picker-plugin v1.2.0

Weekly downloads
151
License
MIT
Repository
github
Last release
7 years ago

DraftJS color picker Plugin

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

Usage

This is plugin is used in the draft-js-modal-plugin.*

The styleMap colorStyleMap should be exported from this plugin and used in the draft-js-plugins-editor

import {colorStyleMap} from '../draft-js-color-picker-plugin/src/'

<Editor
  onChange={this.onChange}
  customStyleMap={colorStyleMap}