• Stars
    star
    393
  • Rank 108,887 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A React component to display a GitHub contributions calendar

React GitHub Calendar

CI

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

Screenshot

Demo and documentation

Installation

yarn add react-github-calendar

Development

Start watch mode for library first:

yarn
yarn dev

Then start watch mode of example page:

cd example
yarn
yarn dev

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