ckeditor wrapper
ckeditor wrapper for React
Use
Install
npm i ckeditor-wrapper
Usage
{ superprops thisstate = content: '' } { console this } { return <CKEditor value=thisstatecontent onChange=thischange /> }
Dev
git clone https://github.com/ThaddeusJiang/ckeditor-wrapper.git && cd $_
yarn
npm run build
npm link
cd example
npm link ckeditor-wrapper
yarn
yarn start
Deploy
npm run publish