Skip to content

Instantly share code, notes, and snippets.

@nikgraf
Created November 9, 2017 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikgraf/234d4c97c370fecc271e805d3b3ba630 to your computer and use it in GitHub Desktop.
Save nikgraf/234d4c97c370fecc271e805d3b3ba630 to your computer and use it in GitHub Desktop.
draft-js-plugins 2.0
import createInlineToolbarPlugin from 'draft-js-inline-toolbar-plugin';
const inlineToolbarPlugin = createInlineToolbarPlugin();
const { InlineToolbar } = inlineToolbarPlugin;
const plugins = [inlineToolbarPlugin];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment