https://github.com/neuronexul/rich-text-editor
A react component to create Rich Text Editor along with its renderer. Both Dark & Light theme, fully customizable.
https://github.com/neuronexul/rich-text-editor
ckeditor5 editor reactjs rich-text-editor sass text-editor wysiwyg wysiwyg-editor
Last synced: about 1 month ago
JSON representation
A react component to create Rich Text Editor along with its renderer. Both Dark & Light theme, fully customizable.
- Host: GitHub
- URL: https://github.com/neuronexul/rich-text-editor
- Owner: NeuroNexul
- Created: 2022-09-09T13:55:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T11:39:23.000Z (over 3 years ago)
- Last Synced: 2024-12-30T00:34:07.071Z (over 1 year ago)
- Topics: ckeditor5, editor, reactjs, rich-text-editor, sass, text-editor, wysiwyg, wysiwyg-editor
- Language: CSS
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rich-Text-Editor
A react component to create Rich Text Editor along with its renderer.
## Live Demo
* [https://www.codewitharif.ml/Rich-Text-Editor/demo/](https://www.codewitharif.ml/Rich-Text-Editor/demo/)
## Download The Zip Folders
* [editor.zip](./zip/editor.zip)
* [CKEditor.zip](./zip/CKEditor.zip)
## 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.
```jsx
import { Editor, Render } from "./editor";
```
## Example
