https://github.com/wangeditor-team/wangeditor-for-react
wangEditor v5 React component
https://github.com/wangeditor-team/wangeditor-for-react
react wangeditor
Last synced: 12 months ago
JSON representation
wangEditor v5 React component
- Host: GitHub
- URL: https://github.com/wangeditor-team/wangeditor-for-react
- Owner: wangeditor-team
- Created: 2021-11-09T11:15:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T03:41:12.000Z (over 3 years ago)
- Last Synced: 2025-07-22T14:52:46.610Z (12 months ago)
- Topics: react, wangeditor
- Language: TypeScript
- Homepage: https://www.wangeditor.com/
- Size: 321 KB
- Stars: 28
- Watchers: 4
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README-en.md
Awesome Lists containing this project
README
# wangEditor for React


[中文文档](./README.md)
## Introduction
An react component based on the [wangEditor](https://www.wangeditor.com/en/v5/for-frame.html#attention)
## Installation
1. Install the current component package
```shell
yarn add @wangeditor/editor-for-react
# or npm install @wangeditor/editor-for-react --save
```
2. Install the `wangeditor` core package
```shell
yarn add @wangeditor/editor
# or npm install @wangeditor/editor --save
```
3. Import component
```ts
import { Editor, Toolbar } from '@wangeditor/editor-for-react'
```
## Usage
For details, please refer to [wangEditor react usage document](https://www.wangeditor.com/en/v5/for-frame.html#react)