Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



logo


A React component to add a GitHub corner to your project.


NPM Version
NPM Downloads
Minizip
Contributors
License

## 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

Buy Me A Coffee

Gia Hung – [hung.hg](https://hung.thedev.id)