https://github.com/hunghg255/react-github-corners
React Github Corners
https://github.com/hunghg255/react-github-corners
corners github github-corners npm
Last synced: 3 months ago
JSON representation
React Github Corners
- Host: GitHub
- URL: https://github.com/hunghg255/react-github-corners
- Owner: hunghg255
- Created: 2023-05-06T04:47:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T20:44:48.000Z (over 1 year ago)
- Last Synced: 2025-06-18T09:08:09.082Z (4 months ago)
- Topics: corners, github, github-corners, npm
- Language: TypeScript
- Homepage: https://react-github-corners.vercel.app/
- Size: 433 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A React component to add a GitHub corner to your project.## Live demo
[Live Demo](https://github-corners.vercel.app/)## Installation
[](https://nodei.co/npm/react-gh-corners/)
## Install
```
npm i react-gh-corners@latest
```## Use
```tsx
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 (
);
};
```## Package
```js
import 'gh-corners';
```## unpkg.com CDN:
```js
```
## HTML
``````
### About
Gia Hung – [hung.hg](https://hung.thedev.id)