Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DraftJS Inline Plugin

This is a plugin for the draft-js-plugins-editor. It exposes buttons to toggle bold, italic and to underline

Usage:

import createInlinePlugin from 'draft-js-inline-plugin';

const inlinePlugin = createInlinePlugin(options);

const { BoldButton, ItalicButton, UnderlineButton } = inlinePlugin