We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a8956 commit 7332d76Copy full SHA for 7332d76
package.json
@@ -6,6 +6,7 @@
6
"@testing-library/jest-dom": "^5.16.2",
7
"@testing-library/react": "^12.1.3",
8
"@testing-library/user-event": "^13.5.0",
9
+ "@uiw/react-github-corners": "~1.5.3",
10
"react": "^17.0.2",
11
"react-dom": "^17.0.2",
12
"react-scripts": "5.0.0",
src/App.js
@@ -1,10 +1,15 @@
1
import { Button } from 'uiw';
2
+import GitHubCorners from '@uiw/react-github-corners';
3
import logo from './logo.svg';
4
import './App.css';
5
function App() {
return (
<div className="App">
+ <GitHubCorners
+ target="__blank"
+ href="https://github.com/uiwjs/uiw-example-create-react-app"
+ />
13
<header className="App-header">
14
<img src={logo} className="App-logo" alt="logo" />
15
<p>
0 commit comments