Getting Stared

Install

$ npm install rich-editor --save

Usage

import React, { Component } from "react";
import ReactDOM from "react-dom";
import RichEditor from 'rich-editor';

class Demo extends Component {
    render() {
        return (<RichEditor />);
    }
}

About

Contract

If have any questions, you can submit in hereOR write me an email (mailto: zhangshengli@imshengli.com).

Thank you first.

Submit Merge Request

User can submit your requests through Issue system.

Any request that match our product concepts will be considered.