react-github-btn

GitHub button component for React.js

Usage no npm install needed!

<script type="module">
  import reactGithubBtn from 'https://cdn.skypack.dev/react-github-btn';
</script>

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>