1.0.24 • Published 3 years ago

ckeditorclassicv1 v1.0.24

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ckeditorclassicv1

To customize ckeditor classic library

NPM JavaScript Style Guide

Install

npm install --save ckeditorclassicv1

Usage

import React, { Component } from 'react'

import MyComponent from 'ckeditorclassicv1'
import 'ckeditorclassicv1/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © denish-jariwala