https://github.com/hadijahkyampeire/draftjs-rich-text-editor
Wysiwyg on top of React and Draftjs
https://github.com/hadijahkyampeire/draftjs-rich-text-editor
bootstrap4 draft-js react-draft-wysiwyg reactjs
Last synced: 8 days ago
JSON representation
Wysiwyg on top of React and Draftjs
- Host: GitHub
- URL: https://github.com/hadijahkyampeire/draftjs-rich-text-editor
- Owner: hadijahkyampeire
- Created: 2020-03-19T22:58:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T15:02:20.000Z (about 3 years ago)
- Last Synced: 2024-04-16T04:51:24.601Z (almost 2 years ago)
- Topics: bootstrap4, draft-js, react-draft-wysiwyg, reactjs
- Language: JavaScript
- Size: 4.73 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to add a reusable rich text editor in your React app using Draftjs and react-draft-Wysiwyg.
- This applications shows how to add a rich text editor from draft-js in a React App.
## Get started
- clone the repo on your machine, while in the root directory of the app, run
`yarn` This installs all the dependecies so as to get us started. Then run
`yarn start` to start the app
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
## Document referenced
[How to add a reusable rich text editor in your React app using Draftjs and react-draft-Wysiwyg. by Hadijah K](https://medium.com/@hadijah315/how-to-add-a-reusable-rich-text-editor-in-your-react-app-using-draftjs-and-react-draft-wysiwyg-c02164ddd3a7)