This project showcases how to integrate the React Rich Text Editor with emoji support in a React application. It uses custom tools and configurations to allow users to insert emojis directly into the editor content.
Make sure you have the following installed:
- Node.js (v16 or later)
- npm or yarn
- React 18+
- Syncfusion EJ2 packages
git clone https://github.com/SyncfusionExamples/react-richtexteditor-with-emoji.git
cd react-richtexteditor-with-emoji
npm install
npm start