Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 838 Bytes

README-en.md

File metadata and controls

35 lines (24 loc) · 838 Bytes

wangEditor for React

MIT License jest badge

中文文档

Introduction

An react component based on the wangEditor

Installation

  1. Install the current component package
yarn add @wangeditor/editor-for-react
# or npm install @wangeditor/editor-for-react --save
  1. Install the wangeditor core package
yarn add @wangeditor/editor

# or npm install @wangeditor/editor --save
  1. Import component
import { Editor, Toolbar } from '@wangeditor/editor-for-react'

Usage

For details, please refer to wangEditor react usage document