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 599e8a6 commit b58a5e5Copy full SHA for b58a5e5
www/src/App.tsx
@@ -1,6 +1,7 @@
1
import { useState } from 'react';
2
import GitHubCorners from '@uiw/react-github-corners';
3
import styled, { css } from 'styled-components';
4
+import BackToUp from '@uiw/react-back-to-top';
5
import { Example } from './example/default';
6
import MarkdownPreview from './Markdown';
7
import { ExampleEditor } from './example/editor';
@@ -66,6 +67,7 @@ export default function App() {
66
67
{tabs === 'editor' && <ExampleEditor />}
68
</ExampleWrapper>
69
<MarkdownPreview />
70
+ <BackToUp>Top</BackToUp>
71
</Wrappper>
72
);
73
}
0 commit comments