react-very-large-github-follow-btn
Version:
Very large version of react-github-btn follow button
26 lines (16 loc) • 695 B
Markdown
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.
```
npm install react-very-large-github-follow-btn
```
```
import { GithubButton } from 'react-very-large-github-follow-btn'
<GithubButton href="https://github.com/meerkat-citronella">
Follow @meerkat-citronella
</GithubButton>
```
MIT