react-ckeditor5

1.3.13 • Public • Published

react-ckeditor5

travis build version downloads MIT License semantic-release

react-ckeditor5 Props

{

    uploadUrl: '/fileapi/upload/editorimage',
    value: '<p>&nbsp;</p>',
    input: {
      value: '<p>&nbsp;</p>',
      onChange: () => {},
    },
    meta: {},
    onChange: () => {},
    imageplugin: false,
    headingplugin: false,

}


CSS

.ck-editor-container {
  height: '100%';
}
.ck-editor__editable {
  text-align: justify;
}

Package Sidebar

Install

npm i react-ckeditor5

Weekly Downloads

6

Version

1.3.13

License

MIT

Unpacked Size

10.9 MB

Total Files

10

Last publish

Collaborators

  • gaithoben