{"id":13359319,"url":"https://github.com/wlada/vue-carousel-3d","last_synced_at":"2025-04-14T04:13:22.319Z","repository":{"id":17604132,"uuid":"81604054","full_name":"Wlada/vue-carousel-3d","owner":"Wlada","description":"Vue Carousel 3D - Beautiful, flexible and touch supported 3D Carousel for Vue.js","archived":false,"fork":false,"pushed_at":"2023-03-03T11:37:25.000Z","size":3466,"stargazers_count":979,"open_issues_count":92,"forks_count":204,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-04-14T04:13:17.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Wlada.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}},"created_at":"2017-02-10T20:28:26.000Z","updated_at":"2025-04-08T20:33:07.000Z","dependencies_parsed_at":"2024-01-02T23:29:26.618Z","dependency_job_id":"b670389f-a4e1-4dd7-bce9-9d27ba241713","html_url":"https://github.com/Wlada/vue-carousel-3d","commit_stats":{"total_commits":118,"total_committers":19,"mean_commits":"6.2105263157894735","dds":0.364406779661017,"last_synced_commit":"b17105f84c1d65eeb59030ea7f8420c0e2832ce3"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wlada%2Fvue-carousel-3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wlada%2Fvue-carousel-3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wlada%2Fvue-carousel-3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wlada%2Fvue-carousel-3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wlada","download_url":"https://codeload.github.com/Wlada/vue-carousel-3d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819405,"owners_count":21166477,"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":[],"created_at":"2024-07-29T21:04:31.997Z","updated_at":"2025-04-14T04:13:22.300Z","avatar_url":"https://github.com/Wlada.png","language":"HTML","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=R64SW4VNC6MGL\u0026source=url"],"categories":["Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","UI组件","Components \u0026 Libraries","UI Components","UI Components [🔝](#readme)"],"sub_categories":["Libraries \u0026 Plugins","圆盘传送带","UI Components","Carousel"],"readme":"# Vue Carousel 3d\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=R64SW4VNC6MGL\u0026source=url)\n[![NPM downloads](https://img.shields.io/npm/dm/vue-carousel-3d.svg)](https://npmjs.com/package/vue-carousel-3d)\n[![Build Status](https://travis-ci.org/Wlada/vue-carousel-3d.svg?branch=master)](https://travis-ci.org/Wlada/vue-carousel-3d)\n[![Coverage Status](https://coveralls.io/repos/github/Wlada/vue-carousel-3d/badge.svg)](https://coveralls.io/github/Wlada/vue-carousel-3d)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/22c6361755bb4bdd935fd8534babbbb8)](https://app.codacy.com/app/Wlada/vue-carousel-3d?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Wlada/vue-carousel-3d\u0026utm_campaign=Badge_Grade_Dashboard)\n[![Latest Stable Version](https://img.shields.io/npm/v/vue-carousel-3d.svg)](https://www.npmjs.com/package/vue-carousel-3d)\n\n\n**Feel free to submit issues and feature requests [here](https://github.com/wlada/vue-carousel-3d/issues)**.\n\n**[Full documentation and examples](https://wlada.github.io/vue-carousel-3d)**\n\n## Table of Contents\n- [Installation](#installation)\n- [Usage](#usage)\n- [Development](#development)\n- [License](#license)\n\n## Installation\n\n``` bash\nnpm install -S vue-carousel-3d\n```\n\n## Usage\n\n##### Usage (Global)\n\nYou may install Vue Carousel 3d globally:\n\n``` js\nimport Vue from 'vue';\nimport Carousel3d from 'vue-carousel-3d';\n\nVue.use(Carousel3d);\n```\nThis will make **\u0026lt;carousel-3d\u0026gt;** and **\u0026lt;slide\u0026gt;** available to all components within your Vue app.\n\n##### Usage (Local)\n\nInclude the Carousel 3d into your component using import:\n\n``` js\nimport { Carousel3d, Slide } from 'vue-carousel-3d';\n\nexport default {\n  ...\n  components: {\n    Carousel3d,\n    Slide\n  }\n  ...\n};\n```\n\n## HTML Structure\n\nOnce the **Carousel3d** and **Slide** components are installed globally or imported, they can be used in templates like below:\n\n``` html\n  \u003ccarousel-3d\u003e\n    \u003cslide :index=\"0\"\u003e\n      Slide 1 Content\n    \u003c/slide\u003e\n    \u003cslide :index=\"1\"\u003e\n      Slide 2 Content\n    \u003c/slide\u003e\n  \u003c/carousel-3d\u003e\n```\n\nKeep in mind that **index** property on slide component is required property and you will need to pass it for every slide starting from 0\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Changelog\n####Version 1.0.0\n\n- All dependencies updated to the latest\n- Added one directional carousel and updated the docs (docs updated)\n- area-labels added to the buttons\n- Y-axys swipe bug fixed.\n- Fix SSR\n- onMainSlideClick callback now returns the slide index as function parameter (docs updated)\n- Added scoped slides (docs updated)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlada%2Fvue-carousel-3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwlada%2Fvue-carousel-3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlada%2Fvue-carousel-3d/lists"}