spectrum-draft-js-inline-toolbar
v0.2.2
Published
Spectrums inline toolbar for draft js editors
Downloads
6
Readme
spectrum-draft-js-inline-toolbar
Spectrums inline toolbar for rich text editors based on draft js
Install
npm install --save spectrum-draft-js-inline-toolbar
Usage
import React, { Component } from 'react'
import InlineToolbar from 'spectrum-draft-js-inline-toolbar'
class Example extends Component {
render () {
return (
<InlineToolbar
onChange={(editorState) => this.setState({ editorState })}
editorState={this.state.editorState}
selectionRef={{ current: this.editorRef }}
/>
)
}
}
License
MIT © juliankrispel