{"id":21418141,"url":"https://github.com/stamat/slidescroll","last_synced_at":"2025-08-08T08:33:00.897Z","repository":{"id":234332546,"uuid":"788679653","full_name":"stamat/slidescroll","owner":"stamat","description":"A minimal ES6 module slider based on scrollIntoView","archived":false,"fork":false,"pushed_at":"2024-04-19T12:46:08.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T19:23:32.854Z","etag":null,"topics":["es6","esm","iife","javascript","scroll","slider","slider-component","slides"],"latest_commit_sha":null,"homepage":"https://stamat.github.io/slidescroll","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/stamat.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":"2024-04-18T21:58:57.000Z","updated_at":"2024-04-19T00:05:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"bcfb1c8d-5b7d-4bf2-9659-35a2b5d4e62c","html_url":"https://github.com/stamat/slidescroll","commit_stats":null,"previous_names":["stamat/slidescroll"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stamat/slidescroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fslidescroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fslidescroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fslidescroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fslidescroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stamat","download_url":"https://codeload.github.com/stamat/slidescroll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stamat%2Fslidescroll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269390864,"owners_count":24409511,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":["es6","esm","iife","javascript","scroll","slider","slider-component","slides"],"created_at":"2024-11-22T19:19:11.288Z","updated_at":"2025-08-08T08:33:00.868Z","avatar_url":"https://github.com/stamat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slidescroll\n\n[![npm version](https://img.shields.io/npm/v/slidescroll)](https://www.npmjs.com/package/slidescroll)\n[![license mit](https://img.shields.io/badge/license-MIT-green)](https://github.com/stamat/slidescroll/blob/main/LICENSE)\n\n\nMinimal and performant scroll slider written in pure JavaScript. Responsiveness is native, no resize listener. Uses your elements, doesn't detach them or clone them. Provided as ESM and IIFE.\n\n### Features\n\n- No dependencies\n- Small footprint\n- ESM and IIFE\n- Responsive (no resize listener)\n- Uses your elements, doesn't detach them or clone them\n- Custom next and prev buttons\n- No CLS (Cumulative Layout Shift)\n\n### Demo\n\n[https://stamat.github.io/slidescroll/](https://stamat.github.io/slidescroll/)\n\n## Installation\n\n### NPM\n```bash\nnpm install slidescroll\n```\n\n### Yarn\n```bash\nyarn add slidescroll\n```\n\nInclude the module in your project\n\n```javascript\nimport Slidescroll from 'slidescroll'; // If you have node_modules resolution, if not than add the path to the module\n```\n\nInclude the SCSS file in your project or copy the styles from it, it's a very small CSS inside\n\n```scss\n@import 'slidescroll'; // If you have node_modules resolution, if not than add the path to the SCSS file\n```\n\n### CDN\n\n```html\n\u003cscript src=\"https://unpkg.com/slidescroll/dist/slidescroll.min.js\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/slidescroll/dist/slidescroll.min.css\"\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstamat%2Fslidescroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstamat%2Fslidescroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstamat%2Fslidescroll/lists"}