Skip to content

DirtyBoyz/react-github-calendar

 
 

Repository files navigation

React GitHub Calendar

CI

A React component to display a GitHub contributions graph based on react-activity-calendar.

Screenshot

Demo and documentation

Upgrade to v3

Please read the following how to upgrade from v2 to v3 and a list of breaking changes:

https://grubersjoe.github.io/react-github-calendar/#upgrade

Installation

yarn add react-github-calendar

Development

Start watch mode for library first:

yarn
yarn start

Then start watch mode of example page:

cd example
yarn
yarn start

Open http://localhost:3000.

Publish a new release

npm publish --dry-run

# When you're happy
npm publish --access=public

Update demo page

yarn deploy

About

A React component to display a GitHub contributions calendar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 79.7%
  • CSS 13.0%
  • JavaScript 5.4%
  • HTML 1.8%
  • Shell 0.1%