Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 355 Bytes

Getting-Started.md

File metadata and controls

16 lines (12 loc) · 355 Bytes

rn-edison-editor

Import the editor into your component

import React, { Component } from "react";
import EdisonEditor from "rn-edison-editor";

class Test extends Component {
  render() {
    return <EdisonEditor defaultValue={"<div>abc</div>"} />;
  }
}

Next, check out the API Reference or Code Logic