0.2.2 • Published 6 years ago

spectrum-draft-js-inline-toolbar v0.2.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

spectrum-draft-js-inline-toolbar

Spectrums inline toolbar for rich text editors based on draft js

NPM JavaScript Style Guide

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

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago