@draft-js-plugins/buttons
TypeScript icon, indicating that this package has built-in type declarations

4.3.3 • Public • Published

DraftJS Buttons

Important: Include after the Editor

For the toolbar to work correctly, you must include the <Toolbar> component after the editor component:

<Editor .../>
<Toolbar />

Using the Subscript and Superscript buttons requires a custom style map:

<Editor
    customStyleMap={{
      SUBSCRIPT: { fontSize: '0.6em', verticalAlign: 'sub' },
      SUPERSCRIPT: { fontSize: '0.6em', verticalAlign: 'super' }
    }}

/>
<Toolbar />

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @draft-js-plugins/buttons

    Weekly Downloads

    56,696

    Version

    4.3.3

    License

    MIT

    Unpacked Size

    42.2 kB

    Total Files

    30

    Last publish

    Collaborators

    • sibelius
    • fxone
    • nikgraf
    • juliankrispel