Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DraftJS Link Plugin

This is a plugin for the draft-js-plugins-editor. It exposes a LinkButton which toggles a link for the current selection

Usage:

import createLinkPlugin from 'draft-js-link-plugin';

const linkPlugin = createLinkPlugin(options);

const { LinkButton } = linkPlugin