1.1.3 • Published 7 years ago

z-react-markdown v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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

PropertyTypeDescription
onChange{mdStr: '', html: ''}editor content
widthString or Integer
heightString or Integer
1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago