UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

7 lines 241 B
import MarkdownPreview from '@uiw/react-markdown-preview/common'; import TextArea from './components/TextArea/index.common'; import { createMDEditor } from './Editor.factory'; export default createMDEditor({ MarkdownPreview, TextArea });