https://github.com/lastnamearya/react-rich-text-editor
It's a simple Rich Text Based Editor built on top of React's Draft.js Framework
https://github.com/lastnamearya/react-rich-text-editor
draft-js draft-js-plugins react react-editor reactdom rich-text rich-text-editor
Last synced: 29 days ago
JSON representation
It's a simple Rich Text Based Editor built on top of React's Draft.js Framework
- Host: GitHub
- URL: https://github.com/lastnamearya/react-rich-text-editor
- Owner: lastnamearya
- Created: 2018-07-02T09:53:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T17:08:22.000Z (almost 8 years ago)
- Last Synced: 2025-10-24T09:55:51.230Z (8 months ago)
- Topics: draft-js, draft-js-plugins, react, react-editor, reactdom, rich-text, rich-text-editor
- Language: JavaScript
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Rich-Text-Editor
It's a simple Rich Text Based Editor built on top of React's Draft.js Framework
### Running the app
1. First clone this Repo
````
git clone https://github.com/lastnamearya/React-Rich-Text-Editor
````
2. Install Dependencies
````
yarn
````
3. Start the Development Server
````
yarn start
````