README
react-github-btn
Installation
npm install react-github-btn
# OR
yarn add react-github-btn
Usage
import GitHubButton from 'react-github-btn'
<GitHubButton href="https://github.com/ntkme">Follow @ntkme</GitHubButton>
GitHub button component for React.js
<script type="module">
import reactGithubBtn from 'https://cdn.skypack.dev/react-github-btn';
</script>
npm install react-github-btn
# OR
yarn add react-github-btn
import GitHubButton from 'react-github-btn'
<GitHubButton href="https://github.com/ntkme">Follow @ntkme</GitHubButton>