# react-markdown-editor **Repository Path**: xzshop/react-markdown-editor ## Basic Information - **Project Name**: react-markdown-editor - **Description**: 基于React的Markdown 编辑器组件。 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://uiw.gitee.io/react-markdown-editor/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 20 - **Created**: 2020-12-29 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A markdown editor with preview, implemented with React.js and TypeScript.
## Install ```bash npm i @uiw/react-markdown-editor ``` ## Document Official document [demo preview](https://uiwjs.github.io/react-markdown-editor/) ([🇨🇳中国镜像网站](http://uiw.gitee.io/react-markdown-editor/)) ## Basic Usage ```jsx import MarkdownEditor from '@uiw/react-markdown-editor'; import React from 'react'; import ReactDOM from 'react-dom'; const Dome = () => (