@ysqsimon/draft-js-resizeable-plugin
v1.0.0
Published
Personalised Resizeable Plugin for DraftJS
Downloads
2
Maintainers
Readme
DraftJS Resizable Plugin
This is a plugin for the draft-js-plugins-editor
.
Usage:
import createResizeablePlugin from 'draft-js-resizeable-plugin';
const resizePlugin = createResizeablePlugin();
This plugin does not require, but work better in combination with the draft-js-focus-plugin
.