Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardzcode/draft-go
Grab and go draft.js editor
https://github.com/richardzcode/draft-go
draft draft-editor react
Last synced: about 1 month ago
JSON representation
Grab and go draft.js editor
- Host: GitHub
- URL: https://github.com/richardzcode/draft-go
- Owner: richardzcode
- License: mit
- Created: 2018-10-21T01:00:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T18:13:02.000Z (about 6 years ago)
- Last Synced: 2024-11-08T02:10:13.227Z (2 months ago)
- Topics: draft, draft-editor, react
- Language: JavaScript
- Homepage: https://richardz.io/draft-go/
- Size: 1.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# draft-go
Grab and go draft.js editor
## Install
```
npm install --save draft-go
```## Usage
```javascript
import React, { Component } from 'react';
import GoEditor from 'draft-go';export default class Main extends Component {
render() {
return (
this.setState({editorState})}
/>
)
}
}
```[Live Demo](https://richardz.io/draft-go/)