@stormwild/ckeditor5-build-custom
v1.0.3
Published
Custom editor based on the classic editor build of CKEditor 5 – the best browser-based rich text editor.
Downloads
5
Readme
Custom CKEditor
Custom editor based on the classic editor build of CKEditor 5
Usage
Install
yarn add @stormwild/ckeditor
React
Install
yarn add @ckeditor/react
import CustomEditor from '@stormwild/ckeditor'
export default const App = () => {
return <CKEditor editor={CustomEditor} />
}
Local Development
Prerequisites
- Git
- Node
- Npm
- Yarn
- Visual Studio code
Setup
git clone [email protected]:stormwild/ckeditor.git
cd ckeditor
yarn && yarn build
# open public/index.html in browser to test