1.3.0 • Published 12 months ago

react-github-contribution-graph v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months 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

12 months ago

1.2.0

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago