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.
- Clone this repository:
git clone [email protected]:ckeditor/ckeditor5-demos.git
- Change the directory and install the dependencies:
cd ckeditor5-demos/headless && yarn
- Start the demo:
yarn dev