1.3.0 • Published 2 years ago

react-github-contribution-graph v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-github-contribution-graph

Embeddable GitHub contributions graph

graph

Installation

npm i react-github-contribution-graph --save

Usage

import { Graph } from 'react-github-contribution-graph';

const TOKEN = ''; // your github token
const username = '';
const theme = ''; // light or dark

const App = () => {
  return <Graph token={TOKEN} username={username} theme={theme} />;
};
1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago