Skip to content

Latest commit

 

History

History
 
 

user-interface-bottom-toolbar

Editor with Bottom Toolbar 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 Bottom configuration moves the main toolbar to the bottom of the editing window. This is often applied in email applications, (forum) post editors, chats, or instant messaging, where text creation comes first and formatting is applied occasionally.

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 [email protected]:ckeditor/ckeditor5-demos.git
  1. Change the directory and install the dependencies:
cd ckeditor5-demos/user-interface-bottom-toolbar && yarn
  1. Start the demo:
yarn start