Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 445 Bytes

_README.md

File metadata and controls

30 lines (23 loc) · 445 Bytes

react-kindeditor

Kindeditor based on react

properties:

BACKUP_PROPERTIES

install && import:

npm install --save afeiship/react-kindeditor --registry=https://registry.npm.taobao.org
import ReactKindeditor from 'react-kindeditor';
// customize your styles:
$react-kindeditor-options:(
);

@import 'node_modules/react-kindeditor/dist/style.scss';

usage:

BACKUP_USAGE