react-gh-corners
v1.3.6
Published
Downloads
6
Readme
React Github Corners
Installation
Install
npm i react-gh-corners@latest
Use
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>