Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 912 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 912 Bytes

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