Skip to content

1906522096/ckeditor5-build-integration

 
 

Repository files navigation

CKEditor 5 classic editor build

npm version Dependency Status devDependency Status

The classic editor build for CKEditor 5. Read more about the classic editor build and see the demo.

CKEditor 5 classic editor build screenshot

Documentation

See:

Quick start

First, install the build from npm:

npm install --save ckeditor5-build-integration

And use it in your website:

<div id="editor">
	<p>This is the editor content.</p>
</div>