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
- Host: GitHub
- URL: https://github.com/hanford/react-github-badge
- Owner: hanford
- Created: 2017-07-04T05:19:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T18:46:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T13:07:57.219Z (about 1 month ago)
- Topics: github, opensource, react, reactjs, star
- Language: JavaScript
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)