This sample demonstrates the full capabilities of the Syncfusion React Rich Text Editor by integrating all available APIs into a single, interactive experience. Users can dynamically enable or disable features such as toolbar configuration, read-only mode, content formatting, image and file insertion, character limit, paste cleanup—directly through the UI—without writing a single line of code. This makes it an ideal tool for presales evaluations, customer demos, and internal testing, allowing users to explore and understand the Rich Text Editor's flexibility and power in real time.
Make sure that you have the compatible versions of Visual Studio Code and NodeJS or later version in your machine before starting to work on this project.
- Clone the react-feature-rich-rte repository.
- Run the
npm installcommand to install the required packages - Replace YOUR_LICENSE_KEY in registerLicense method of the index.tsx file with your license key.
- Run your project using the
npm startcommand.
For more help, check the Syncfusion React Rich Text Editor example, Syncfusion React Rich Text Editor documentation.

