2.2.0 • Published 5 years ago

mb-react-tinymce v2.2.0

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

mb-react-tinymce

Try to deal with:

  • Warp TinyMCE into React Component
  • Also provides a hackable EditorToolbar Component

Online DEMO

Basic Usage

You can build the test version by npm i && npm start, and serve the example/ directory. Then open example/index.html.

Check code to init example at:

  • source/index.example.js
  • example/index.html

this package requires:

const TINY_MCE = window.tinyMCE || window.tinymce // TinyMCE needs to be loaded

this package exports:

export {
  createEditorStore,
  TinyMCEComponent,
  Toolbar,
  LOCALE_LIST,
  GET_LOCALE,
  SET_LOCALE
}

Reference

3.0.0-dev.1

5 years ago

3.0.0-dev.0

6 years ago

2.2.0

6 years ago

2.2.0-dev.0

6 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.6

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago