Skip to content

Latest commit

 

History

History

user-interface-classic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Editor with classic user interface

CKEditor comes with a variety of editor types and user interface configuration options you can choose from. See all of them in action.

The Classic editor offers a toolbar with an editing area placed in a specific position on the page. The toolbar stays visible when you scroll down the page, and the editor grows automatically with the content.

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

Installation steps

  1. Clone this repository:
git clone git@github.com:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/user-interface-classic && yarn
  1. Start the demo:
yarn dev