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

https://github.com/sohaibqasem/react-draftjs-demo

DraftJs editor Demos that covers diffrent cases like Readmore & links & mentions
https://github.com/sohaibqasem/react-draftjs-demo

draft-js react reactjs texteditor typescript

Last synced: 3 months ago
JSON representation

DraftJs editor Demos that covers diffrent cases like Readmore & links & mentions

Awesome Lists containing this project

README

          

# React DraftJs Demo

This Demo use DraftJs to build a TextEditor with features like links and Readmore content.
![react-DraftJs-Demo - Animated gif demo](Demo/Demo.gif)

## CodeSandBox
https://codesandbox.io/s/react-draftjs-demo-ggvig

## How to Run
```
git clone https://github.com/sohaibqasem/react-draftjs-demo.git
npm install
npm start
```

## Utils functions
text editor have a lot features that we can write them as a single util function like: [TextEditorUtils](https://github.com/sohaibqasem/react-draftjs-demo/blob/ee9820ccee3f5ea6297db9c4903dd7a9156fc464/src/TextEditor/TextEditorUtils.ts)

## What's Next
mentions and other features will be added incrementally to this repo

### Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).