UNPKG

hztianxu-draft-js-plugins

Version:

A Plugin Architecture on top of Draft.JS

14 lines (8 loc) 272 B
# DraftJS Entity Props Plugin *This is a plugin for the `draft-js-plugins-editor`.* This plugin is used by a number of other plugins. Usage: ```js import createEntityPropsPlugin from 'draft-js-entity-props-plugin'; const entityPlugin = createEntityPropsPlugin(); ```