Unofficial GitHub buttons in React.
npm install react-github-button



Unofficial GitHub buttons in React.
``bash`
npm install --save react-github-button
`jsx
import GitHubButton from 'react-github-button';
ReactDOM.render(
, mountNode
);
``
> Enum{ 'stargazers', 'watchers', 'forks' }
> Enum{ 'default', 'large' }
> String
Your GitHub id or organization name.
> String
The name of your repository.
MIT