File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 75
75
"@types/react" : " ~18.0.9" ,
76
76
"@types/react-dom" : " ~18.0.3" ,
77
77
"@types/react-test-renderer" : " ~18.0.0" ,
78
+ "@uiw/react-back-to-top" : " ^1.2.0" ,
78
79
"@uiw/react-codesandbox" : " ~1.1.4" ,
79
80
"@uiw/react-github-corners" : " ~1.5.3" ,
80
81
"@uiw/react-shields" : " ~1.1.2" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { useState } from 'react';
2
2
import GitHubCorners from '@uiw/react-github-corners' ;
3
3
import Github from '@uiw/react-shields/esm/github' ;
4
4
import Npm from '@uiw/react-shields/esm/npm' ;
5
+ import BackToUp from '@uiw/react-back-to-top' ;
5
6
import '@wcj/dark-mode' ;
6
7
import logo from './logo.svg' ;
7
8
import './App.css' ;
@@ -14,6 +15,7 @@ const App = () => {
14
15
const [ value , setValue ] = useState ( '' ) ;
15
16
return (
16
17
< div className = "App" >
18
+ < BackToUp > Top</ BackToUp >
17
19
< dark-mode permanent light = "Light" dark = "Dark" > </ dark-mode >
18
20
< GitHubCorners zIndex = { 9999 } fixed target = "__blank" href = "https://github.com/uiwjs/react-markdown-preview" />
19
21
< header className = "App-header" >
You can’t perform that action at this time.
0 commit comments