react-ckeditor5
v1.3.13
Published
A package to put Ckeditor in your project
Downloads
42
Maintainers
Readme
react-ckeditor5
react-ckeditor5 Props
{
uploadUrl: '/fileapi/upload/editorimage',
value: '<p> </p>',
input: {
value: '<p> </p>',
onChange: () => {},
},
meta: {},
onChange: () => {},
imageplugin: false,
headingplugin: false,
}
CSS
.ck-editor-container {
height: '100%';
}
.ck-editor__editable {
text-align: justify;
}