{"id":13561534,"url":"https://github.com/okonet/react-scroll-sync","last_synced_at":"2025-05-15T17:03:20.145Z","repository":{"id":11541651,"uuid":"69963497","full_name":"okonet/react-scroll-sync","owner":"okonet","description":"Synced scroll position across multiple scrollable elements","archived":false,"fork":false,"pushed_at":"2025-04-25T09:38:41.000Z","size":249,"stargazers_count":431,"open_issues_count":32,"forks_count":63,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-25T10:25:40.118Z","etag":null,"topics":["dom","react","scroll","sync","synchronization"],"latest_commit_sha":null,"homepage":"https://react-sync-scroll.netlify.app/","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/okonet.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-04T12:38:00.000Z","updated_at":"2025-04-25T09:37:51.000Z","dependencies_parsed_at":"2023-02-15T13:50:29.157Z","dependency_job_id":"6c3e0d50-5784-4291-884e-0c888cd4eb32","html_url":"https://github.com/okonet/react-scroll-sync","commit_stats":{"total_commits":71,"total_committers":22,"mean_commits":3.227272727272727,"dds":0.5352112676056338,"last_synced_commit":"dcdcf379332bd6bbb7ba7fe7a85ae3105e06843d"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okonet%2Freact-scroll-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okonet%2Freact-scroll-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okonet%2Freact-scroll-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okonet%2Freact-scroll-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okonet","download_url":"https://codeload.github.com/okonet/react-scroll-sync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384937,"owners_count":22062421,"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":["dom","react","scroll","sync","synchronization"],"created_at":"2024-08-01T13:00:58.038Z","updated_at":"2025-05-15T17:03:20.141Z","avatar_url":"https://github.com/okonet.png","language":"JavaScript","readme":"# react-scroll-sync\nSynced scroll position across multiple scrollable elements\n\n## Demo\n\nhttps://react-sync-scroll.netlify.app/\n\n## Documentation \u0026 Example\n\nhttps://react-sync-scroll.netlify.app/\n\n## License\n\nMIT\n\n## Installation\n\n```bash\nnpm install --save react-scroll-sync\n```\n## Usage\n\n```jsx\nimport React, {Component} from 'react';\nimport { ScrollSync, ScrollSyncPane } from 'react-scroll-sync';\n\nexport default class MyComponent extends Component {\n    \n    render() {\n      \u003cScrollSync\u003e\n        \u003cdiv style={{ display: 'flex', position: 'relative', height: 300 }}\u003e\n          \u003cScrollSyncPane\u003e\n            \u003cdiv style={{overflow: 'auto'}}\u003e\n              \u003csection style={{ height: 500 }}\u003e\n                \u003ch1\u003eLeft Pane Content\u003c/h1\u003e\n                \u003cp\u003eLorem ipsum dolor sit amet, consectetur adipisicing elit. Ab aperiam doloribus\n                  dolorum\n                  est eum eveniet exercitationem iste labore minus, neque nobis odit officiis omnis\n                  possimus quasi rerum sed soluta veritatis.\u003c/p\u003e\n              \u003c/section\u003e\n            \u003c/div\u003e\n          \u003c/ScrollSyncPane\u003e\n\n          \u003cScrollSyncPane\u003e\n            \u003cdiv style={{overflow: 'auto'}}\u003e\n              \u003csection style={{ height: 1000 }}\u003e\n                \u003ch1\u003eMiddle Pane Content\u003c/h1\u003e\n                \u003cp\u003eLorem ipsum dolor sit amet, consectetur adipisicing elit. Ab aperiam doloribus\n                  dolorum\n                  est eum eveniet exercitationem iste labore minus, neque nobis odit officiis omnis\n                  possimus quasi rerum sed soluta veritatis.\u003c/p\u003e\n              \u003c/section\u003e\n            \u003c/div\u003e\n          \u003c/ScrollSyncPane\u003e\n\n          \u003cScrollSyncPane\u003e\n            \u003cdiv style={{overflow: 'auto'}}\u003e\n              \u003csection style={{ height: 2000 }}\u003e\n                \u003ch1\u003eRight Pane Content\u003c/h1\u003e\n                \u003cp\u003eLorem ipsum dolor sit amet, consectetur adipisicing elit. Ab aperiam doloribus\n                  dolorum\n                  est eum eveniet exercitationem iste labore minus, neque nobis odit officiis omnis\n                  possimus quasi rerum sed soluta veritatis.\u003c/p\u003e\n              \u003c/section\u003e\n            \u003c/div\u003e\n          \u003c/ScrollSyncPane\u003e\n        \u003c/div\u003e\n      \u003c/ScrollSync\u003e\n    }\n}\n```\n","funding_links":[],"categories":["Uncategorized","TypeScript"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokonet%2Freact-scroll-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokonet%2Freact-scroll-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokonet%2Freact-scroll-sync/lists"}