Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunghg255/react-github-corners
React Github Corners
https://github.com/hunghg255/react-github-corners
corners github github-corners npm
Last synced: 9 days 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T20:44:48.000Z (7 months ago)
- Last Synced: 2024-10-29T08:25:16.117Z (10 days 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
[![NPM](https://nodei.co/npm/react-gh-corners.png?compact=true)](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)