# react-github-btn

> GitHub button component for React.js

Latest version **1.4.0** (published 2022-09-03) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install react-github-btn
pnpm add react-github-btn
yarn add react-github-btn
bun add react-github-btn
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2022-09-03 |
| First published | 2019-03-08 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 63 |
| Author | なつき |
| Maintainers | ntkme |
| Keywords | React, GitHub, button |

## Links

- npm: https://www.npmjs.com/package/react-github-btn
- Repository: https://github.com/buttons/react-github-btn
- Homepage: https://buttons.github.io/
- Issues: https://github.com/buttons/react-github-btn/issues
- npm.io page: https://npm.io/package/react-github-btn

## Dependencies (1)

- [github-buttons](https://npm.io/package/github-buttons.md) ^2.22.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.4.0 (latest) — 2022-09-03
- 1.3.0 — 2022-05-18
- 1.2.2 — 2022-03-28
- 1.2.1 — 2021-08-20
- 1.2.0 — 2020-05-03
- 1.1.1 — 2019-10-24
- 1.1.0 — 2019-10-17
- 1.0.6 — 2019-08-08
- 1.0.5 — 2019-04-03
- 1.0.4 — 2019-04-03
- 1.0.3 — 2019-03-14
- 1.0.2 — 2019-03-14
- 1.0.1 — 2019-03-13
- 1.0.0 — 2019-03-08

## README

# react-github-btn

## Installation

``` sh
npm install react-github-btn
# OR
yarn add react-github-btn
```

## Usage
``` jsx
import GitHubButton from 'react-github-btn'

<GitHubButton href="https://github.com/ntkme">Follow @ntkme</GitHubButton>
```

---
_Source: https://npm.io/package/react-github-btn · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
