1.3.6 • Published 3 years ago
react-gh-corners v1.3.6
React Github Corners
Installation
Install
npm i react-gh-corners@latestUse
import { GithubCorners } from 'react-gh-corners';
// Nextjs only CSR
const GithubCorners = dynamic(() => import('react-gh-corners').then((m) => m.GithubCorners), {
ssr: false,
});
const App = () => {
return (
<GithubCorners position='right' href='/' />
);
};Package
import 'gh-corners';unpkg.com CDN:
<script type="module" src="https://unpkg.com/gh-corners@latest"></script>HTML
<github-corners target="__blank" position="fixed" href="https://github.com/hunghg255"></github-corners>1.3.6
3 years ago
1.3.5
3 years ago
1.3.3
3 years ago
1.3.2
3 years ago
1.3.1
3 years ago
1.3.0
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.1.0
3 years ago
