{"id":20322343,"url":"https://github.com/juggle/virtual-scroller","last_synced_at":"2026-03-09T00:32:32.239Z","repository":{"id":66086078,"uuid":"197773302","full_name":"juggle/virtual-scroller","owner":"juggle","description":"WIP: Implementation of virtual-scroller","archived":false,"fork":false,"pushed_at":"2020-06-07T09:09:14.000Z","size":60,"stargazers_count":5,"open_issues_count":11,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-04T10:13:24.667Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/juggle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["TremayneChrist"]}},"created_at":"2019-07-19T12:59:18.000Z","updated_at":"2025-01-04T00:09:07.000Z","dependencies_parsed_at":"2023-02-22T06:00:40.282Z","dependency_job_id":null,"html_url":"https://github.com/juggle/virtual-scroller","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juggle/virtual-scroller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juggle%2Fvirtual-scroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juggle%2Fvirtual-scroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juggle%2Fvirtual-scroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juggle%2Fvirtual-scroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juggle","download_url":"https://codeload.github.com/juggle/virtual-scroller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juggle%2Fvirtual-scroller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30278527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"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":[],"created_at":"2024-11-14T19:20:53.721Z","updated_at":"2026-03-09T00:32:32.210Z","avatar_url":"https://github.com/juggle.png","language":null,"funding_links":["https://github.com/sponsors/TremayneChrist"],"categories":[],"sub_categories":[],"readme":"# virtual-scroller\n\nThe aim of this project is to get as close as possible to something like https://github.com/WICG/virtual-scroller.\n\nA native-like experience for scrolling large amounts of content.\n\n```html\n\u003cvirtual-scroller\u003e\n  \u003cdiv\u003eItem 1\u003c/div\u003e\n  \u003cdiv\u003eItem 2\u003c/div\u003e\n  \u003cdiv\u003eItem 3\u003c/div\u003e\n  ...\n  \u003cdiv\u003eItem 1,000,000\u003c/div\u003e\n\u003c/virtual-scroller\u003e\n```\n\n## Initial Requirements\n\n1. Must act like a standard non-inline element.\n2. Must expand with content, like a standard non-inline element would.\n3. Must virtualise content when overflow occurs. For example, when the `max-height` is reached.\n4. Must handle being resized. We can use [@juggle/resize-observer](https://github.com/juggle/resize-observer) for this.\n5. Should support variable row heights.\n6. Should be exposed as an ES module for easy import.\n7. Should initially support at least 1 million rich content rows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuggle%2Fvirtual-scroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuggle%2Fvirtual-scroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuggle%2Fvirtual-scroller/lists"}