{"id":14990189,"url":"https://github.com/lukewarlow/wc-horizontal-scroller","last_synced_at":"2026-02-12T06:12:50.680Z","repository":{"id":153040566,"uuid":"627208572","full_name":"lukewarlow/wc-horizontal-scroller","owner":"lukewarlow","description":"A web component for a horizontal scroller (carousel)","archived":false,"fork":false,"pushed_at":"2025-02-05T23:46:42.000Z","size":417,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T18:55:37.171Z","etag":null,"topics":["carousel","carousel-component","component","scroller","webcomponent","webcomponents"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/wc-horizontal-scroller","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/lukewarlow.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-13T02:10:31.000Z","updated_at":"2025-02-05T23:46:42.000Z","dependencies_parsed_at":"2024-01-13T17:08:30.116Z","dependency_job_id":"25f1278e-f2b8-482c-9426-9c534b9ee582","html_url":"https://github.com/lukewarlow/wc-horizontal-scroller","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"a0409967fbc2a9851681426f098fe86bd0850713"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/lukewarlow/wc-horizontal-scroller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fwc-horizontal-scroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fwc-horizontal-scroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fwc-horizontal-scroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fwc-horizontal-scroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukewarlow","download_url":"https://codeload.github.com/lukewarlow/wc-horizontal-scroller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukewarlow%2Fwc-horizontal-scroller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["carousel","carousel-component","component","scroller","webcomponent","webcomponents"],"created_at":"2024-09-24T14:19:40.712Z","updated_at":"2026-02-12T06:12:50.651Z","avatar_url":"https://github.com/lukewarlow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Horizontal Scroller Web Component\n\n[![npm](https://img.shields.io/npm/v/wc-horizontal-scroller.svg?style=flat-square)](https://www.npmjs.com/package/wc-horizontal-scroller)\n\nA web component for a horizontal scroller (carousel)\n\n### Install\n\n```shell\n$ npm i wc-horizontal-scroller\n```\n### Usage\n\nFirstly, you need to register the custom element.\n\n```js\nimport HorizontalScroller from \"wc-horizontal-scroller\";\n\nwindow.customElements.define('horizontal-scroller', HorizontalScroller);\n```\n\nThen you can use it in your HTML. You must provide an ID for the element.\n\n```html\n\u003chorizontal-scroller id=\"foo\"\u003e\n    \u003cdiv\u003eItem 1\u003c/div\u003e\n    \u003cdiv\u003eItem 2\u003c/div\u003e\n\u003c/horizontal-scroller\u003e\n```\n\n#### Fullscreen\n\nBy default, clicking on the element will expand it to cover most of the viewport. This can be disabled by adding the `no-fullscreen` attribute to the custom element.\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/lukewarlow/wc-horizontal-scroller/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewarlow%2Fwc-horizontal-scroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukewarlow%2Fwc-horizontal-scroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewarlow%2Fwc-horizontal-scroller/lists"}