react-github-badge

0.4.0 • Public • Published

react-github-badge


Install

$ npm install react-github-badge --save

Usage

import GithubBadge from 'react-github-badge'
 
..
 
render () {
  return (
    <GithubBadge
      title='Star on Github'
      url='https://github.com/hanford/react-github-badge'
    />
  )
}

API

Param Type functionality required
title String title for button true
url String url to navigate to on click true

MIT © Jack Hanford

Package Sidebar

Install

npm i react-github-badge

Weekly Downloads

5

Version

0.4.0

License

MIT

Last publish

Collaborators

  • hanford