ckeditor5-custom-build-with-table-and-font-color
v0.1.5
Published
A custom CKEditor 5 build that includes table as well font styling option.
Downloads
4
Readme
ckeditor5-custom-build-with-table-and-font-color
PreRequisite
- Please install @ckeditor/ckeditor5-react to use the custom build.
Installation
# using npm
npm install ckeditor5-custom-build-with-table-and-font-color
# using yarn
yarn add ckeditor5-custom-build-with-table-and-font-color
Usage
import Editor from 'ckeditor5-custom-build/build/ckeditor';
import { CKEditor } from '@ckeditor/ckeditor5-react'
- Check CKEditor doc for more details