Skip to content

Commit f68451e

Browse files
committed
Update document.
1 parent 2144908 commit f68451e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
npm i @uiwjs/react-markdown-editor
3535
```
3636

37+
## Document
38+
39+
Official document [demo preview](http://uiw.gitee.io/react-markdown-editor/) ([🇨🇳中国镜像网站](http://uiw.gitee.io/react-markdown-editor/))
40+
3741
## Basic Usage
3842

3943
```jsx
@@ -93,6 +97,8 @@ ReactDOM.render(
9397
- toolbars (*array*) - Tool display settings.
9498
- onChange (*function(editor: IInstance, data: CodeMirror.EditorChange, value: string)*) - called when a change is made (**required**)
9599

100+
> [Other Props Options](https://github.com/uiwjs/react-markdown-editor/blob/8de6abbf628b6d272d7da1c28e985fbbcba71b93/src/components/CodeMirror/index.tsx#L21-L60)
101+
96102

97103
### Development
98104

0 commit comments

Comments
 (0)