1.0.6 • Published 4 years ago
markdown-react-editor v1.0.6
Installing
- Install dependencies
npm install
Test
Run tests npm run test
Usage
Import MarkdownReactEditor from markdown-react-editor package
import MarkdownReactEditor from "markdown-react-editor";Next add it to your code
<MarkdownReactEditor />Component recieves couple of props (onChange function is required):
- className:
string - height:
string - onChange:
func - toolbarItems:
[string] - value:
string - withEmoji:
boolean