Unofficial GitHub buttons in React.
npm install --save react-github-button
import GitHubButton from 'react-github-button';
ReactDOM.render(
<GitHubButton type="stargazers" size="large" namespace="benjycui" repo="react-github-button" />
, mountNode
);
Enum{ 'stargazers', 'watchers', 'forks' }
Enum{ 'default', 'large' }
String
Your GitHub id or organization name.
String
The name of your repository.
MIT