1.1.3 • Published 9 years ago
z-react-markdown v1.1.3
Z-React-Markdown.md
Examples
Download & install
use npm install
npm install z-react-markdownUsages
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 | {mdStr: '', html: ''} | editor content |
| width | String or Integer | |
| height | String or Integer |