An open API service indexing awesome lists of open source software.

https://github.com/hanford/react-github-badge

A 'Star on github' badge made for react
https://github.com/hanford/react-github-badge

github opensource react reactjs star

Last synced: 22 days ago
JSON representation

A 'Star on github' badge made for react

Awesome Lists containing this project

README

        

## react-github-badge


## Install

```
$ npm install react-github-badge --save
```

## Usage

```js
import GithubBadge from 'react-github-badge'

..

render () {
return (

)
}
```

## API
| Param | Type | functionality | required |
|----------------|---------|-----------------|-----------------|
| title | String | title for button | true |
| url | String | url to navigate to on click | true |

MIT © [Jack Hanford](http://jackhanford.com)