CKEditor comes with a variety of editor types and user interface configuration options you can choose from. See all of them in action.
The Button Grouping option unclutters the main toolbar by merging buttons into expandable groups. This way you can keep the toolbar concise and well-organized, deciding which buttons should be grouped together.
See this demo live at ckeditor.com or read more about it 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/user-interface-button-grouping && yarn
- Start the demo:
yarn dev