last-draft-js-plugins
Version:
Last Draft draft-js-plugins
18 lines (11 loc) • 407 B
Markdown
*This is a plugin for the `draft-js-plugins-editor`.*
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`
```js
import {colorStyleMap} from '../draft-js-color-picker-plugin/src/'
<Editor
onChange={this.onChange}
customStyleMap={colorStyleMap}
```