New to KendoReact? Start a free 30-day trial
Display the Editor toolbar at the bottom
Updated on Dec 19, 2025
Environment
| Product Version | 10.0.0 |
| Product | Progress® KendoReact Editor |
Description
How can I display the Editor's toolbar at the bottom?
Solution
To achieve this, add the following CSS that will change the order of the toolbar and the content of the Editor:
jsx
<style>
.k-editor .k-toolbar {
order:2;
}
</style>
This example demonstrates the approach above:
Change Theme
Theme
Loading ...