react-github-button
Unofficial GitHub buttons in React.
Last updated 8 years ago by benjycui .
MIT · Repository · Bugs · Original npm
$ cnpm install react-github-button 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.1.11                                ...           latest (8 years ago)

2 Versions

  • 0.1.1                                ...           9 years ago
  • 0.1.11                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (5)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org