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 29255df commit 14667f0Copy full SHA for 14667f0
www/src/App.tsx
@@ -2,6 +2,7 @@ import GitHubCorners from '@uiw/react-github-corners';
2
import CSVReader from '@uiw/react-csv-reader';
3
import JsonView from '@uiw/react-json-view';
4
import { lightTheme } from '@uiw/react-json-view/light';
5
+import BackToUp from '@uiw/react-back-to-top';
6
import { styled } from "goober";
7
import { CSSProperties, useState } from 'react';
8
import MarkdownPreview from './Markdown';
@@ -65,6 +66,7 @@ export default function App() {
65
66
</Examples>
67
</Header>
68
<MarkdownPreview />
69
+ <BackToUp>Top</BackToUp>
70
</Wrappper>
71
);
72
}
0 commit comments