Skip to content

Commit 3ea4fbe

Browse files
committed
doc: Update README.md
1 parent e0bda3e commit 3ea4fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,12 @@ ReactDOM.render(<App />, document.getElementById('app'));
8080

8181
## Custom Toolbars
8282

83+
[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?logo=codesandbox)](https://codesandbox.io/embed/react-markdown-editorcustom-toolbars-forked-r9ocu?fontsize=14&hidenavigation=1&theme=dark)
84+
8385
```jsx
8486
import React from "react";
8587
import ReactDOM from "react-dom";
88+
import MarkdownEditor from '@uiw/react-markdown-editor';
8689

8790
const title2 = {
8891
name: 'title2',

0 commit comments

Comments
 (0)