🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

ckeditor4-react

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ckeditor4-react

Official React component for CKEditor 4 – the best browser-based rich text editor.

0.1.1
Source
npm
Version published
Weekly downloads
30K
19.04%
Maintainers
1
Weekly downloads
 
Created
Source

CKEditor 4 rich text editor component for React

npm version Build Status
Dependency Status devDependency Status

Official CKEditor 4 rich text editor component for React.

CKEditor 4 screenshot

Usage

import CKEditor from 'ckeditor4-react';

<CKEditor data="<p>This is an example CKEditor 4 instance.</p>" />

Documentation and examples

See the React Integration article in the CKEditor 4 documentation.

You can also check out React example in the CKEditor 4 Example.

Contributing

After cloning this repository, install necessary dependencies:

npm install

Executing tests

npm run test

If you are going to change the source files (ones located in src/ directory), remember about rebuilding the package. You can use npm run develop in order to do it automatically.

Building the package

Build a minified version of the package that is ready to publish:

npm run build

License

Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your choice:

For full details about the license, please check the LICENSE.md file.

Keywords

wysiwyg

FAQs

Package last updated on 13 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts