Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devmnj/react-editor-framework-examples

React Rich text editor example using Slatejs, Draftjs and Mui
https://github.com/devmnj/react-editor-framework-examples

draft-js mui prosemirror rmirror

Last synced: about 1 month ago
JSON representation

React Rich text editor example using Slatejs, Draftjs and Mui

Awesome Lists containing this project

README

        



Project logo


React Editor Framework Examples

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)

---

This is a set of Editor Example (React) with TinyMCE, RMirror, Draftjs, MuiEditor and Slatejs .


## 📝 Table of Contents

- [📝 Table of Contents](#-table-of-contents)
- [🅰️ About ](#️-about--)
- [🥍 Live example](#-live-example)
- [🐩 Dependencies ](#-dependencies-)
- [🀄 Getting Started ](#-getting-started-)
- [🍠 Test the application](#-test-the-application)
- [⛏️ Built With ](#️-built-with-)
- [🎉 More guides on React ](#-more-guides-on-react-)

## 🅰️ About
This project illustrate the implementation of Editor frameworks in React application.
## 🥍 Live example
[On Sandbox](https://codesandbox.io/s/react-quilljs-zu9zg2)

## 🐩 Dependencies
Please go through `package.json` for more detail about dependencies.
- slate-react
- draftjs
- mui-rte
- @tinymce/tinymce-react
- @remirror/react

## 🀄 Getting Started

Install the dependencies from `package.json`.
```
yarn install
or
npm install
```

### 🍠 Test the application

```
npm run start
```

## ⛏️ Built With

- [React](https://www.recajs.org/) - React
- [NodeJs](https://nodejs.org/en/) - Server Environment

## 🎉 More guides on React

[JSU - JavaScript Super User](http://javascriptsu.wordspres.com)