An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# wangEditor for React

![MIT License](https://img.shields.io/badge/License-MIT-blue)
![jest badge](https://img.shields.io/badge/unit%20test-jest-yellowgreen)

[中文文档](./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)