react-github-button-fix-iebug

0.0.1 • Public • Published

react-github-button

npm package NPM downloads Dependency Status

Unofficial GitHub buttons in React.

Installation

npm install --save react-github-button

Usage

import GitHubButton from 'react-github-button';
 
ReactDOM.render(
  <GitHubButton type="stargazers" size="large" namespace="benjycui" repo="react-github-button" />
  , mountNode
);

API

type

Enum{ 'stargazers', 'watchers', 'forks' }

size

Enum{ 'default', 'large' }

namespace

String

Your GitHub id or organization name.

repo

String

The name of your repository.

Liscense

MIT

Readme

Keywords

Package Sidebar

Install

npm i react-github-button-fix-iebug

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

19.7 kB

Total Files

8

Last publish

Collaborators

  • wangyi7099