Skip to content

Latest commit

 

History

History

headless

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Headless editor

CKEditor can fit nicely with the rest of your application. Headless editor allows you to build your own UI on top of our editing engine, using your favorite technology. See our example variation.

Here is just one example of a (basic) UI built for CKEditor 5 on top of React. You can build your own UI in any other technology, using CKEditor as a headless rich text editing engine under the hood.

See this demo live at ckeditor.com or read more about this feature in the CKEditor 5 documentation.

Installation steps

  1. Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/headless && yarn
  1. Start the demo:
yarn dev