1.1.3 • Published 6 years ago

react-ckeditor5-classic v1.1.3

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

react-ckeditor5-classic

npm version

NPM

How to install?

npm i react-ckeditor5-classic

How to use?

import React, { Component } from 'react';
import ReactCKEditor from 'react-ckeditor5-classic';

class App extends Component {
  onChange(content){
    console.log("Content: " + content);
  }
  render() {
      return (
          <div className="App">
              <h2>Using CKEditor 5 build in React</h2>
              <ReactCKEditor
                  name='example'
                  content={this.state.content}
                  onChange={this.onChange}
              />
          </div>
      );
  }
}

export default App;

API

props

License

react-ckeditor5-classic is released under the MIT license.

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago