0.4.0 • Published 7 years ago

react-github-badge v0.4.0

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

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

ParamTypefunctionalityrequired
titleStringtitle for buttontrue
urlStringurl to navigate to on clicktrue

MIT © Jack Hanford

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago