Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 718 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 718 Bytes

Rich-Text-Editor

A react component to create Rich Text Editor along with its renderer.

Live Demo

Download The Zip Folders

Process:

  • Download the two files and extract.
  • Place CKEditor folder inside your root folder & the editor folder inside the /src folder.
  • Run the command in the command line.
// for yarn
yarn add file:./CKEditor

// for npm
npm install file:./CKEditor
  • Now you can use the editor in your project.
import { Editor, Render } from "./editor";

Example

Example