ReactJs-Text-Editor
ReactJs-Text-Editor copied to clipboard
Build text-editor in React JS. Learn to create this text editor with React by following the tutorial link given in the readme file.
Create Rich Text Editor in ReactJS
In this Project, I'm going to show you how we can build rich text editor using React Draft WYSIWYG package. Using this library we can easily create a great text editor with only a few lines of code. This text editor provides a lot of features such as text decorations, font styles, formats, size, text colour, emojis, lists also you can upload an image or embed any link. Make sure you watch the whole video in order to understand how to use it.
This project is done using below npm package. https://www.npmjs.com/package/react-draft-wysiwyg
Watch Video Tutorial here! https://youtu.be/PDdZB83_Nrs
This project was bootstrapped with Create React App.
Instructions
In the project directory, first run:
npm install
For installing all the dependancies.
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.