An open API service indexing awesome lists of open source software.

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

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)