{"id":14384580,"url":"https://github.com/JSainsburyPLC/react-timelines","last_synced_at":"2025-08-23T17:32:56.309Z","repository":{"id":41478855,"uuid":"87245981","full_name":"JSainsburyPLC/react-timelines","owner":"JSainsburyPLC","description":"React Timelines Library","archived":true,"fork":false,"pushed_at":"2020-09-09T03:27:53.000Z","size":2783,"stargazers_count":257,"open_issues_count":23,"forks_count":120,"subscribers_count":84,"default_branch":"master","last_synced_at":"2024-12-17T00:15:39.131Z","etag":null,"topics":["gantt","library","luna","react","sass","scss","timeline","visualization"],"latest_commit_sha":null,"homepage":"https://jsainsburyplc.github.io/react-timelines/","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/JSainsburyPLC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-04T23:50:16.000Z","updated_at":"2024-09-12T03:58:06.000Z","dependencies_parsed_at":"2022-09-15T21:11:49.870Z","dependency_job_id":null,"html_url":"https://github.com/JSainsburyPLC/react-timelines","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSainsburyPLC%2Freact-timelines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSainsburyPLC%2Freact-timelines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSainsburyPLC%2Freact-timelines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSainsburyPLC%2Freact-timelines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JSainsburyPLC","download_url":"https://codeload.github.com/JSainsburyPLC/react-timelines/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230716569,"owners_count":18269791,"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":["gantt","library","luna","react","sass","scss","timeline","visualization"],"created_at":"2024-08-28T18:01:29.274Z","updated_at":"2024-12-21T12:30:44.604Z","avatar_url":"https://github.com/JSainsburyPLC.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# React Timelines\n\n[**Demo**](https://jsainsburyplc.github.io/react-timelines/)\n\n## Install\n\n```sh\n# with npm\nnpm install react-timelines\n\n# or with Yarn\nyarn add react-timelines\n```\n\n## Use\n\n```js\nimport Timeline from 'react-timelines'\n\nconst MyWidget = () =\u003e \u003cTimeline {...props} /\u003e\n\nexport default MyWidget\n```\n\n## Styling\n\n### Using Webpack\n\nUsing Webpack with CSS loader, add the following:\n\n```js\nimport 'react-timelines/lib/css/style.css'\n```\n\n### Using Sass (SCSS)\n\nUsing Sass you can configure the timeline with variables:\n\n```scss\n$react-timelines-font-family: MaryAnn;\n$react-timelines-sidebar-width: 320px;\n\n@import '~/react-timelines/src/scss/style';\n```\n\n### Without build tools\n\nCreate a CSS file with the contents of `react-timelines/lib/css/style.css` and include it in `\u003chead\u003e`\n\n## Development\n\n```sh\nnpm install\nnpm run watch\n```\n\nThis library is developed using VSCode - opening it in VSCode will recommend extensions, and enable linting and auto-formatting of code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJSainsburyPLC%2Freact-timelines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJSainsburyPLC%2Freact-timelines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJSainsburyPLC%2Freact-timelines/lists"}