react-github-contribution-calendar icon indicating copy to clipboard operation
react-github-contribution-calendar copied to clipboard

A React component for GitHub-like heatmap calendar

Results 8 react-github-contribution-calendar issues
Sort by recently updated
recently updated
newest added

Is there any plan to support react 17 soon? 🤔 ``` npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

``` Type error: Type '{ values: {}; until: string; panelColors: string[]; }' is missing the following properties from type 'Readonly': weekLabelAttributes, monthLabelAttributes, panelAttributes 51 | {track && track.name} 52 |...

Hi, First of all it's a great package and thank you for your contribution. It seems the max-width is fixed to 800px? I am unable to make it bigger than...

- Added a tooltip with the help of "react-tooltip" to make it more like the github contribution - For the better code contribution added the prettier config file - Added...

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

On the web demo, the props passing to the calender component for customizing the panel colors are wrong. Currently being: `` While it should be: `` I had made a...