Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)