Skip to content

A react component to create Rich Text Editor along with its renderer. Both Dark & Light theme, fully customizable.

Notifications You must be signed in to change notification settings

NeuroNexul/Rich-Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A react component to create Rich Text Editor along with its renderer. Both Dark & Light theme, fully customizable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published