draft-js-color-picker-plugin
v1.2.0
Published
LastDraft Color picker Plugin for DraftJS
Downloads
528
Maintainers
Readme
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}