{"id":13410660,"url":"https://github.com/glidejs/glide","last_synced_at":"2026-03-04T02:05:58.213Z","repository":{"id":10139387,"uuid":"12213730","full_name":"glidejs/glide","owner":"glidejs","description":"A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more","archived":false,"fork":false,"pushed_at":"2024-11-22T12:01:07.000Z","size":3765,"stargazers_count":7594,"open_issues_count":244,"forks_count":778,"subscribers_count":136,"default_branch":"master","last_synced_at":"2025-04-18T16:02:47.533Z","etag":null,"topics":["carousel","dependency-free","es6","javascript","lightweight","slider"],"latest_commit_sha":null,"homepage":"https://glidejs.com","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/glidejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jedrzejchalubek","custom":"https://paypal.me/jedrzejchalubek"}},"created_at":"2013-08-19T10:23:34.000Z","updated_at":"2025-04-16T08:06:21.000Z","dependencies_parsed_at":"2023-02-18T13:01:14.071Z","dependency_job_id":"c99d5275-8c20-49c7-891b-68a9061f0e5e","html_url":"https://github.com/glidejs/glide","commit_stats":{"total_commits":555,"total_committers":54,"mean_commits":"10.277777777777779","dds":"0.11531531531531536","last_synced_commit":"87b3be2e79fb6971e7bb7c43c24313645675301a"},"previous_names":["jedrzejchalubek/glide.js","jedrzejchalubek/glidejs"],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glidejs%2Fglide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glidejs%2Fglide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glidejs%2Fglide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glidejs%2Fglide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glidejs","download_url":"https://codeload.github.com/glidejs/glide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249515013,"owners_count":21284583,"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":["carousel","dependency-free","es6","javascript","lightweight","slider"],"created_at":"2024-07-30T20:01:08.273Z","updated_at":"2026-03-04T02:05:58.165Z","avatar_url":"https://github.com/glidejs.png","language":"JavaScript","funding_links":["https://github.com/sponsors/jedrzejchalubek","https://paypal.me/jedrzejchalubek","https://www.paypal.me/jedrzejchalubek"],"categories":["JavaScript"],"sub_categories":[],"readme":"[![glide.js](https://glidejs.com/images/glidejs-logotype-dark.png)](https://glidejs.com)\n\n### [Glide.js](https://glidejs.com) is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more\n\n[![Build Status](https://api.travis-ci.org/glidejs/glide.svg?branch=master)](https://travis-ci.org/glidejs/glide)\n\nWhat can convince you:\n- **Dependency-free**. Everything included, ready for action.\n- Lightweight. Only **~23kb (~7kb gzipped)** with every functionality on board.\n- **Modular**. Remove unused modules and drop script weight even more.\n- **Extendable**. Plug-in your own modules with additional functionalities.\n- **Bundlers ready**. Using Rollup or Webpack? We have your back.\n\n## Documentation\n\nVisit [glidejs.com](https://glidejs.com/docs) for documentation.\n\n\u003e Looking for old documentation? [Wiki](https://github.com/glidejs/glide/wiki) contains archived documentation of Glide.js in version `^2.0.0`.\n\n## Donation\n\nGlide.js is an open source project licensed under the MIT license. It's completely free to use. However, it would be great if you buy me a cup of coffee once in a while to keep me awake :)\n\n- [PayPal](https://www.paypal.me/jedrzejchalubek)\n- [Github Sponsors](https://github.com/sponsors/jedrzejchalubek)\n\n## Getting started\n\nPull-in a latest version with NPM ...\n\n```bash\nnpm install @glidejs/glide\n```\n\n... provide `\u003clink\u003e` to the required core stylesheet. You can also optionally add an included theme stylesheet ...\n\n```html\n\u003c!-- Required Core stylesheet --\u003e\n\u003clink rel=\"stylesheet\" href=\"node_modules/@glidejs/glide/dist/css/glide.core.min.css\"\u003e\n\n\u003c!-- Optional Theme stylesheet --\u003e\n\u003clink rel=\"stylesheet\" href=\"node_modules/@glidejs/glide/dist/css/glide.theme.min.css\"\u003e\n```\n\n... then, prepare a little bit of necessary markup ...\n\n```html\n\u003cdiv class=\"glide\"\u003e\n  \u003cdiv data-glide-el=\"track\" class=\"glide__track\"\u003e\n    \u003cul class=\"glide__slides\"\u003e\n      \u003cli class=\"glide__slide\"\u003e\u003c/li\u003e\n      \u003cli class=\"glide__slide\"\u003e\u003c/li\u003e\n      \u003cli class=\"glide__slide\"\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n... and finally, initialize and mount a Glide.\n\n```js\nimport Glide from '@glidejs/glide'\n\nnew Glide('.glide').mount()\n```\n\nNeed a few selected modules? Import and mount only what you need.\n\n```js\nimport Glide, { Controls, Breakpoints } from '@glidejs/glide/dist/glide.modular.esm'\n\nnew Glide('.glide').mount({ Controls, Breakpoints })\n```\n\n## Contributing\n\nThe issue channel is especially for improvement proposals and bug reporting. If you have implementing problems, please write on StackOverflow with [glidejs](https://stackoverflow.com/questions/tagged/glidejs) tag.\n\n## Browser Support\n\n - IE 11+\n - Edge\n - Chrome 10+\n - Firefox 10+\n - Opera 15+\n - Safari 5.1+\n - Safari iOS 9+\n\n## Building\n\nBuild using NPM scripts. The following scripts are available:\n- `build:css` - Outputs CSS files from SASS files.\n- `build:js` - Outputs all destination variants of the script.\n- `build` - Comprehensively builds the entire library.\n- `test` - Runs complete test suite.\n- `lint` - Lints library JavaScript files.\n\n## Credits\n\n- [Jędrzej Chałubek](https://github.com/jedrzejchalubek) - Creator\n- [Contributors](../../contributors)\n\n## License\n\nCopyright (c) 2014-present, [Jędrzej Chałubek](https://jedrzejchalubek.com). Licensed under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglidejs%2Fglide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglidejs%2Fglide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglidejs%2Fglide/lists"}