{"id":27654039,"url":"https://github.com/ahwgs/react-gantt","last_synced_at":"2025-10-25T02:33:26.348Z","repository":{"id":39583286,"uuid":"384147450","full_name":"ahwgs/react-gantt","owner":"ahwgs","description":"Gantt Component for React","archived":false,"fork":false,"pushed_at":"2025-03-25T17:03:13.000Z","size":3275,"stargazers_count":121,"open_issues_count":19,"forks_count":37,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T05:29:46.259Z","etag":null,"topics":["component","gantt","gantt-chart","react"],"latest_commit_sha":null,"homepage":"https://ahwgs.github.io/react-gantt/en-US","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahwgs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-07-08T14:14:27.000Z","updated_at":"2025-04-23T21:35:23.000Z","dependencies_parsed_at":"2025-04-24T05:35:53.881Z","dependency_job_id":null,"html_url":"https://github.com/ahwgs/react-gantt","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahwgs%2Freact-gantt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahwgs%2Freact-gantt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahwgs%2Freact-gantt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahwgs%2Freact-gantt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahwgs","download_url":"https://codeload.github.com/ahwgs/react-gantt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553958,"owners_count":22090417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["component","gantt","gantt-chart","react"],"created_at":"2025-04-24T05:21:19.921Z","updated_at":"2025-10-25T02:33:21.311Z","avatar_url":"https://github.com/ahwgs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch2\u003erc-gantt\u003c/h2\u003e\n  \u003cp align=\"center\"\u003eReact Gantt Component\u003c/p\u003e\n\u003c/div\u003e\n\nEnglish | [简体中文](./README.zh-CN.md)\n\n## 🐯 Infos\n\n[![NPM version][npm-badge]][npm-url]\n[![NPM downloads][npm-downloads]][npm-url]\n\n\n[npm-badge]: https://img.shields.io/npm/v/rc-gantt.svg?style=flat\n[npm-url]: https://www.npmjs.com/package/rc-gantt\n[npm-downloads]: http://img.shields.io/npm/dm/rc-gantt.svg?style=flat\n\n\n## WebSite\n\n[https://ahwgs.github.io/react-gantt/en-US](https://ahwgs.github.io/react-gantt/en-US)\n\n## Quick Start\n\n```bash\n# Install Dependencies\n$ yarn add rc-gantt\n\n# Use\n\nimport RcGantt, { GanttProps, enUS } from 'rc-gantt'\n\nconst data = new Array(100).fill({\n  name: 'Title',\n  startDate: '2021-07-10',\n  endDate: '2021-07-12',\n  collapsed: false,\n  children: [\n    {\n      startDate: '2021-07-10',\n      endDate: '2021-07-12',\n      name: 'TitleTitle',\n      collapsed: false,\n      content: '123123123',\n    },\n  ],\n})\n\nconst App = () =\u003e {\n  return (\n    \u003cdiv style={{ width: '100%', height: 500 }}\u003e\n      \u003cRcGantt\n        data={data}\n        locale={enUS}\n        columns={[\n          {\n            name: 'name',\n            label: 'Title',\n            width: 200,\n            maxWidth: 200,\n            minWidth: 200,\n          },\n        ]}\n        onUpdate={async () =\u003e {\n          return true\n        }}\n      /\u003e\n    \u003c/div\u003e\n  )\n}\n\nReactDOM.render(\u003cApp /\u003e, document.getElementById('root'))\n```\n\n## Feedback\n\nPlease visit [Github](https://github.com/ahwgs/react-gantt/issues) Or add WeChat, note `rc-gantt`\n\nWeChat ID: JavaScript_97\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahwgs%2Freact-gantt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahwgs%2Freact-gantt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahwgs%2Freact-gantt/lists"}