This is a plugin for the draft-js-plugins-editor.
It exposes buttons to toggle bold, italic and to underline
Usage:
import createBlockPlugin from 'draft-js-block-plugin';
const blockPlugin = createBlockPlugin(options);
const { BoldButton, ItalicButton, UnderlineButton } = blockPlugin