{"id":13824220,"url":"https://github.com/ismail9k/vue3-carousel","last_synced_at":"2025-12-14T23:24:50.253Z","repository":{"id":37817617,"uuid":"258840419","full_name":"ismail9k/vue3-carousel","owner":"ismail9k","description":"Vue 3 carousel component","archived":false,"fork":false,"pushed_at":"2024-10-29T08:53:58.000Z","size":3925,"stargazers_count":726,"open_issues_count":58,"forks_count":173,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-29T09:55:36.653Z","etag":null,"topics":["carousel","carousel-slider","hacktoberfest","hacktoberfest-2023","javascript","slider","vue","vue3"],"latest_commit_sha":null,"homepage":"https://vue3-carousel.ismail9k.com/","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/ismail9k.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-04-25T18:00:18.000Z","updated_at":"2024-10-29T08:53:21.000Z","dependencies_parsed_at":"2024-06-18T12:31:41.493Z","dependency_job_id":"16cfc082-cac0-4dec-a7ff-8db7ab6c7d96","html_url":"https://github.com/ismail9k/vue3-carousel","commit_stats":{"total_commits":276,"total_committers":23,"mean_commits":12.0,"dds":"0.14130434782608692","last_synced_commit":"c2bdd68e30017cc9f759b9177b09111bee2cd778"},"previous_names":[],"tags_count":70,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9k%2Fvue3-carousel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9k%2Fvue3-carousel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9k%2Fvue3-carousel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ismail9k%2Fvue3-carousel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ismail9k","download_url":"https://codeload.github.com/ismail9k/vue3-carousel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225457751,"owners_count":17477349,"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","carousel-slider","hacktoberfest","hacktoberfest-2023","javascript","slider","vue","vue3"],"created_at":"2024-08-04T09:00:58.948Z","updated_at":"2025-12-14T23:24:50.212Z","avatar_url":"https://github.com/ismail9k.png","language":"TypeScript","funding_links":[],"categories":["Packages","Components \u0026 Libraries","TypeScript","Recently Updated"],"sub_categories":["UI Components","[Dec 23, 2024](/content/2024/12/23/README.md)"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/public/vue3-carousel-logo-light.svg\" width=\"200\" alt=\"Vue 3 Carousel Logo\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVue 3 Carousel\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nModern lightweight Vue 3 carousel component\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npm-stat.com/charts.html?package=vue3-carousel\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/vue3-carousel.svg\" alt=\"npm\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vue3-carousel\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vue3-carousel.svg\" alt=\"npm\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagequality.com/#?package=vue3-carousel\"\u003e\u003cimg src=\"https://packagequality.com/shield/vue3-carousel.svg\" alt=\"Package Quality\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## ✨ Features\n\n- 📱 **Responsive** - Breakpoints support\n- 🔄 **Infinite Scroll** - Wrap around sliding\n- 🖱️ **Mouse/Touch** - Dragging support\n- 🖲️ **Mouse Wheel** - Scroll navigation support\n- ⚡ **Auto Play** - Automatic sliding\n- 🎯 **Slide Classes** - Active \u0026 visible states\n- 🌐 **RTL** - Right-to-left support\n- ♿ **A11y** - Keyboard navigation \u0026 ARIA labels\n- 📊 **Vertical** - Vertical sliding mode\n\n## 🚀 Installation\n\n```bash\n# npm\nnpm i vue3-carousel\n\n# yarn\nyarn add vue3-carousel\n\n# pnpm\npnpm install vue3-carousel\n```\n\n## 📖 Basic Usage\n\n```vue\n\u003cscript setup\u003e\n// If you are using PurgeCSS, make sure to whitelist the carousel CSS classes\nimport 'vue3-carousel/carousel.css'\nimport { Carousel, Slide, Pagination, Navigation } from 'vue3-carousel'\n\nconst carouselConfig = {\n  itemsToShow: 2.5,\n  wrapAround: true\n}\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cCarousel v-bind=\"carouselConfig\"\u003e\n    \u003cSlide v-for=\"slide in 10\" :key=\"slide\"\u003e\n      \u003cdiv class=\"carousel__item\"\u003e{{ slide }}\u003c/div\u003e\n    \u003c/Slide\u003e\n\n    \u003ctemplate #addons\u003e\n      \u003cNavigation /\u003e\n      \u003cPagination /\u003e\n    \u003c/template\u003e\n  \u003c/Carousel\u003e\n\u003c/template\u003e\n```\n\n## 📚 Documentation\n\nVisit our [documentation website](https://vue3-carousel.ismail9k.com/) for detailed usage and examples:\n\n- [Getting Started](https://vue3-carousel.ismail9k.com/getting-started)\n- [Carousel Configuration](https://vue3-carousel.ismail9k.com/config)\n- [Carousel Component](https://vue3-carousel.ismail9k.com/components/carousel)\n- [Slide Component](https://vue3-carousel.ismail9k.com/components/slide)\n- [Navigation Component](https://vue3-carousel.ismail9k.com/components/navigation)\n- [Pagination Component](https://vue3-carousel.ismail9k.com/components/pagination)\n\n## 💚 Nuxt Module\n\nFor Nuxt users, check out [vue3-carousel-nuxt](https://github.com/gaetansenn/vue3-carousel-nuxt) module.\n\n\n## 🌟 Star History\n\n\u003cpicture\u003e\n  \u003csource\n    media=\"(prefers-color-scheme: dark)\"\n    srcset=\"\n      https://api.star-history.com/svg?repos=ismail9k/vue3-carousel\u0026type=Date\u0026theme=dark\n    \"\n  /\u003e\n  \u003csource\n    media=\"(prefers-color-scheme: light)\"\n    srcset=\"\n      https://api.star-history.com/svg?repos=ismail9k/vue3-carousel\u0026type=Date\n    \"\n  /\u003e\n  \u003cimg\n    alt=\"Star History Chart\"\n    src=\"https://api.star-history.com/svg?repos=ismail9k/vue3-carousel\u0026type=Date\"\n  /\u003e\n\u003c/picture\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail9k%2Fvue3-carousel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismail9k%2Fvue3-carousel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismail9k%2Fvue3-carousel/lists"}