Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DraftJS Block Plugin

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