Skip to content

zzcwoshizz/z-react-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Z-React-Markdown.md

Examples

http://editor.zhzhch.com

Download & install

use npm install

npm install z-react-markdown

Usages

es5

require('z-react-markdown/lib/style.css');
var Editor = require('z-react-markdown);

es6

import 'z-react-markdown/lib/style.css';
import Editor from 'z-react-markdown';

<Editor onChange={} width={} height={}/>

Apis

Property Type Description
onChange Function {mdStr: '', html: ''}
width String or Integer
height String or Integer

About

自用react markdown编辑器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published