https://github.com/nodejh/react-draft-wysiwyg
A Wysiwyg editor built using ReactJS and DraftJS libraries.
https://github.com/nodejh/react-draft-wysiwyg
Last synced: about 1 year ago
JSON representation
A Wysiwyg editor built using ReactJS and DraftJS libraries.
- Host: GitHub
- URL: https://github.com/nodejh/react-draft-wysiwyg
- Owner: nodejh
- License: mit
- Created: 2018-03-19T03:29:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T07:22:54.000Z (almost 8 years ago)
- Last Synced: 2025-01-16T12:52:29.585Z (about 1 year ago)
- Language: JavaScript
- Size: 35.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Draft Wysiwyg
A Wysiwyg editor built using ReactJS and DraftJS libraries based on [https://github.com/jpuri/react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg).
[Demo Page](https://jpuri.github.io/react-draft-wysiwyg).
[](https://travis-ci.org/jpuri/react-draft-wysiwyg)

## Installing
```
$ npm install draft-js @nodejh/react-draft-wysiwyg --save
```
## Getting started
Editor can be used as simple React Component:
```js
import { Editor } from '@nodejh/react-draft-wysiwyg';
import '@nodejh/react-draft-wysiwyg/dist/react-draft-wysiwyg.css';
```