1.0.0 • Published 3 years ago

react-very-large-github-follow-btn v1.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
3 years ago

react-very-large-github-follow-btn

Based on 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