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 2eddc21 commit bb4873cCopy full SHA for bb4873c
www/src/index.tsx
@@ -36,6 +36,14 @@ root.render(
36
description="A React component for displaying and editing javascript arrays and JSON objects."
37
version={`v${VERSION}`}
38
>
39
+ <MarkdownPreviewExample.NavMenu
40
+ title="JSON View"
41
+ menus={[
42
+ <a target="_blank" href="https://jaywcjlove.github.io/#/sponsor" rel="noopener noreferrer">
43
+ Sponsor
44
+ </a>,
45
+ ]}
46
+ />
47
<Github href="https://github.com/uiwjs/react-json-view" />
48
<Example>
49
<App />
0 commit comments