sewinter / react-github-calendar

A flexible React component to display a GitHub contributions graph

Home Page:https://grubersjoe.github.io/react-github-calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React GitHub Calendar

A React component to display a GitHub contributions graph based on SVG.

Screenshot

Demo and documentation

Library size: 3 KB (minified and gzipped)

Supported browsers: Chrome, Firefox, Safari and Edge.

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 happy
npm publish --access=public

Update demo page

yarn deploy

About

A flexible React component to display a GitHub contributions graph

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

License:MIT License


Languages

Language:TypeScript 84.5%Language:CSS 10.5%Language:JavaScript 3.3%Language:HTML 1.5%Language:Shell 0.1%