# react-very-large-github-follow-btn

Based on [react-github-btn](https://github.com/ntkme/react-github-btn), except just the 'follow' button, and with an octocat svg image twice the size. Useful if you need a really big follow button. Note that the full API that they provide is not available on this button. `href` is only available prop to pass.

Also includes a DevPost follow button, with the DevPost icon.

## Installation

```
npm install react-very-large-github-follow-btn
```

## Usage

```
import { GithubButton } from 'react-very-large-github-follow-btn'

<GithubButton href="https://github.com/meerkat-citronella">
    Follow @meerkat-citronella
</GithubButton>
```

## License

MIT
