{"id":13789207,"url":"https://github.com/afeiship/react-calendar-graph","last_synced_at":"2026-02-14T19:04:06.553Z","repository":{"id":57122949,"uuid":"99571816","full_name":"afeiship/react-calendar-graph","owner":"afeiship","description":"Calendar graph like github for react.","archived":false,"fork":false,"pushed_at":"2024-11-16T04:30:16.000Z","size":972,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-22T22:10:02.705Z","etag":null,"topics":["calendar","github","graph","react"],"latest_commit_sha":null,"homepage":"https://afeiship.github.io/react-calendar-graph/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-07T11:40:19.000Z","updated_at":"2024-11-16T04:30:27.000Z","dependencies_parsed_at":"2024-01-07T03:51:28.296Z","dependency_job_id":"604b7cfe-8032-4533-8d4d-830b29597383","html_url":"https://github.com/afeiship/react-calendar-graph","commit_stats":null,"previous_names":["afeiship/wepy-uploader"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/react-calendar-graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Freact-calendar-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Freact-calendar-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Freact-calendar-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Freact-calendar-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/react-calendar-graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Freact-calendar-graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","github","graph","react"],"created_at":"2024-08-03T21:01:00.023Z","updated_at":"2026-02-14T19:04:06.538Z","avatar_url":"https://github.com/afeiship.png","language":"TypeScript","funding_links":[],"categories":["微信小程序WePY框架开发资源汇总 ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)"],"sub_categories":["WePY开源组件"],"readme":"# react-calendar-graph\n\u003e Calendar graph like github for react.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```shell\nnpm install -S @jswork/react-calendar-graph\n```\n\n## usage\n  ```js\n  import ReactCalendarGraph from '@jswork/react-calendar-graph';\n  import '@jswork/react-calendar-graph/dist/style.scss';\n  import dataJson from './assets/data.json';\n  import { useEffect, useState } from 'react';\n\n  function App() {\n    const [v, setV] = useState\u003cany\u003e([]);\n\n    useEffect(() =\u003e {\n      setTimeout(() =\u003e {\n        setV(dataJson);\n      }, 100);\n    }, []);\n\n    return (\n      \u003cdiv className=\"m-10 p-4 shadow bg-gray-100 text-gray-800 hover:shadow-md transition-all\"\u003e\n        \u003cdiv className=\"badge badge-warning absolute right-0 top-0 m-4\"\u003e\n          Build Time: {BUILD_TIME}\n        \u003c/div\u003e\n        \u003cdiv className=\"text-center\"\u003e\n          \u003cReactCalendarGraph\n            data={v}\n            style={{\n              padding: '10px',\n              background: 'white',\n              borderRadius: '5px',\n            }}\n          /\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    );\n  }\n\n  export default App;\n  ```\n\n## preview\n- https://afeiship.github.io/react-calendar-graph/\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/react-calendar-graph/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/react-calendar-graph\n[version-url]: https://npmjs.org/package/@jswork/react-calendar-graph\n\n[license-image]: https://img.shields.io/npm/l/@jswork/react-calendar-graph\n[license-url]: https://github.com/afeiship/react-calendar-graph/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/react-calendar-graph\n[size-url]: https://github.com/afeiship/react-calendar-graph/blob/master/dist/react-calendar-graph.min.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/react-calendar-graph\n[download-url]: https://www.npmjs.com/package/@jswork/react-calendar-graph\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Freact-calendar-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Freact-calendar-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Freact-calendar-graph/lists"}