react-easymarkdown

2.0.1 • Public • Published

install

npm install --save react-easymarkdown

use

function save(){
    // when user call save command
}

ReactDOM.render(
    <MarkDown text={'# hello world!'} onSave={save} />,
    document.getElementById('root')
)

Readme

Keywords

none

Package Sidebar

Install

npm i react-easymarkdown

Weekly Downloads

6

Version

2.0.1

License

MIT

Last publish

Collaborators

  • chengf