We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f733145 commit 5ee5695Copy full SHA for 5ee5695
www/src/index.tsx
@@ -16,6 +16,14 @@ root.render(
16
description="A simple code editor with syntax highlighting."
17
version={`v${VERSION}`}
18
>
19
+ <MarkdownPreviewExample.NavMenu
20
+ title="Textarea Code Editor"
21
+ menus={[
22
+ <a target="_blank" href="https://jaywcjlove.github.io/#/sponsor" rel="noopener noreferrer">
23
+ Sponsor
24
+ </a>,
25
+ ]}
26
+ />
27
<Github href="https://github.com/uiwjs/react-textarea-code-editor" />
28
<Example>
29
<App />
0 commit comments