Home
Softono

React Github Contribution Calendar

Open source HTML
174
Stars
19
Forks
5
Issues
1
Watchers
3 years
Last Commit

 About React Github Contribution Calendar

A React component for GitHub-like heatmap calendar

Platforms

Web Self-hosted

Languages

HTML

Need Help Installing React Github Contribution Calendar?

We provide expert installation service for this software. Our team will install, configure, and secure React Github Contribution Calendar on your server. plans start at just $30.

React Github Contribution Calendar

View on GitHub

react-github-contribution-calendar

npm version

A responsive react component for GitHub-like heatmap calendar

Demo

Demo and documents

Usage

// main.jsx
import React from 'react';
import ReactDOM from 'react-dom';
import Calendar from 'react-github-contribution-calendar';

var values = {
  '2016-06-23': 1,
  '2016-06-26': 2,
  '2016-06-27': 3,
  '2016-06-28': 4,
  '2016-06-29': 4
}
var until = '2016-06-30';

var elem = document.getElementById('app');
ReactDOM.render(<Calendar values={values} until={until} />, elem);

Install

npm i react-github-contribution-calendar --save

Licence

MIT

Author

haripo