react-github-contribution-graph
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

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} />;
};

Readme

Keywords

none

Package Sidebar

Install

npm i react-github-contribution-graph

Weekly Downloads

0

Version

1.3.0

License

MIT

Unpacked Size

9 kB

Total Files

12

Last publish

Collaborators

  • rwxmad