0.2.0 • Published 2 years ago

react-github-buttons-hzeghari v0.2.0

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

react-github-buttons

React Components for dynamic buttons for github repo's start, fork etc.

NPM Build Status

Features

Provies GitHub's Star, Fork, Watch etc.(See full list below) buttons with realtime numbers of star, fork etc. as React Components.

Install

yarn add react-github-buttons-hzeghari

or

npm i react-github-buttons-hzeghari

Usage

import React from 'react';

import { Fork, Star, UsedBy, Watch } from 'react-github-buttons-hzeghari';

function App() {
  return (
    <div>
      <Star owner='facebook' repo='react' />
      <Fork owner='facebook' repo='react' />
      <Watch owner='facebook' repo='react' />
      <UsedBy owner='facebook' repo='react' count={2077841} />
    </div>
  )
}

Issues

Issues, bugs and feature request at github issues page


License

MIT © hzeghari

0.2.0

2 years ago

0.1.1

2 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago