gh-corners
v1.0.8
Published
[](https://badge.fury.io/js/gh-corners) [](https://www.npmjs.com/package/gh-corners) [ => import('react-gh-corners').then((m) => m.GithubCorners), {
ssr: false,
});
const App = () => {
return (
<GithubCorners position='right' href='/' />
);
};
