2.0.9 • Published 5 years ago

draft-js-resizeable-plugin v2.0.9

Weekly downloads
6,293
License
MIT
Repository
github
Last release
5 years ago

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.