{"id":18436760,"url":"https://github.com/radzionc/increaser-timeline","last_synced_at":"2026-05-11T05:35:04.836Z","repository":{"id":57273288,"uuid":"160226771","full_name":"radzionc/increaser-timeline","owner":"radzionc","description":"Timeline with React","archived":false,"fork":false,"pushed_at":"2024-04-23T01:42:11.000Z","size":1181,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-10T04:22:38.878Z","etag":null,"topics":["data-visualization","react","styled-components"],"latest_commit_sha":null,"homepage":"https://radzionc.github.io/increaser-timeline/","language":"JavaScript","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/radzionc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-12-03T17:12:11.000Z","updated_at":"2024-04-12T12:13:39.000Z","dependencies_parsed_at":"2024-04-23T03:14:15.151Z","dependency_job_id":"bc71061c-2087-43b2-9a34-39a7e063609e","html_url":"https://github.com/radzionc/increaser-timeline","commit_stats":null,"previous_names":["radzionc/increaser-timeline","rodionchachura/increaser-timeline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/radzionc/increaser-timeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radzionc%2Fincreaser-timeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radzionc%2Fincreaser-timeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radzionc%2Fincreaser-timeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radzionc%2Fincreaser-timeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radzionc","download_url":"https://codeload.github.com/radzionc/increaser-timeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radzionc%2Fincreaser-timeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32883461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["data-visualization","react","styled-components"],"created_at":"2024-11-06T06:12:41.466Z","updated_at":"2026-05-11T05:35:04.808Z","avatar_url":"https://github.com/radzionc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# increaser-timeline\n\n\u003e \n\n[![NPM](https://img.shields.io/npm/v/increaser-timeline.svg)](https://www.npmjs.com/package/increaser-timeline)\n\n![alt text](https://cdn-images-1.medium.com/max/2000/1*x82VVUaS-xuLv-BzjTn_wQ.gif)\n\n## [Demo](https://radzionc.github.io/increaser-timeline/)\n\n## Install\n\n```bash\nnpm install --save increaser-timeline\n```\n\n## Usage\n\n```jsx\nimport React from 'react'\n\nimport Timeline from 'increaser-timeline'\n\nconst Container = ({ children }) =\u003e (\n  \u003cdiv style={{ height: '100vh' width: '100%' }}\u003e\n    {children}\n  \u003c/div\u003e\n)\n\n// optional\nconst theme = {\n  textColor: 'white',\n  backgroundColor: 'rgba(255, 255, 255, 0.14)'\n}\n\nclass Example extends React.Component {\n  constructor(props) {\n    super(props)\n    this.state = { sets: [] }\n  }\n\n  render() {\n    const { sets } = this.state\n    return (\n      \u003cTimeline\n        wrapper={Container}\n        sets={sets}\n      /\u003e\n    )\n  }\n}\n```\n## [Blog Post](https://geekrodion.com/blog/timeline-react)\n\n## License\n\nMIT © [RodionChachura](https://geekrodion.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradzionc%2Fincreaser-timeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradzionc%2Fincreaser-timeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradzionc%2Fincreaser-timeline/lists"}