1.0.6 • Published 4 years ago

markdown-react-editor v1.0.6

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

Installing

  1. 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
1.0.6

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago