markdown-react-editor

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i markdown-react-editor

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

20.1 kB

Total Files

20

Last publish

Collaborators

  • pawelemplo