{"id":21022554,"url":"https://github.com/webcodebg/vcarousel","last_synced_at":"2026-04-29T02:35:16.223Z","repository":{"id":39296055,"uuid":"227169283","full_name":"webcodebg/vcarousel","owner":"webcodebg","description":"Flexible, touch friendly carousel for vue","archived":false,"fork":false,"pushed_at":"2023-01-05T02:45:28.000Z","size":3884,"stargazers_count":0,"open_issues_count":29,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-02T10:56:16.261Z","etag":null,"topics":["carousel","mobile-friendly","slider","touch","vue"],"latest_commit_sha":null,"homepage":null,"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/webcodebg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-10T16:42:27.000Z","updated_at":"2020-08-12T13:12:18.000Z","dependencies_parsed_at":"2023-02-03T06:45:48.544Z","dependency_job_id":null,"html_url":"https://github.com/webcodebg/vcarousel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webcodebg/vcarousel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcodebg%2Fvcarousel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcodebg%2Fvcarousel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcodebg%2Fvcarousel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcodebg%2Fvcarousel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcodebg","download_url":"https://codeload.github.com/webcodebg/vcarousel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcodebg%2Fvcarousel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"online","status_checked_at":"2026-04-29T02:00:06.602Z","response_time":110,"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","mobile-friendly","slider","touch","vue"],"created_at":"2024-11-19T11:12:46.304Z","updated_at":"2026-04-29T02:35:11.400Z","avatar_url":"https://github.com/webcodebg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\nvia npm\n\n`npm install v-carousel`\n\nvia cdn\n\n`\u003cscript src=\"https://cdn.jsdelivr.net/gh/webcodebg/vue-skeleton-loader/dist/vcarousel.min.js\"\u003e\u003c/script\u003e`\n\nclone repo\n\n`git clone https://github.com/webcodebg/vcarousel.git`\n\n# Usage\n## Importing the repo\n### Global usage\n```javascript\nimport vCarousel from 'v-carousel'\nimport Vue from 'vue'\n\nVue.use(vCarousel)\n```\n### Local usage\n```javascript\nimport { vCarousel } from 'v-carousel'\nexport default {\n  components: {\n     vCarousel\n  }\n}\n```\n\n## Props / options\n\n## Examples\n```html\n\u003cv-carousel v-model=\"currentSlide\" :pagination=\"true\" :controls=\"true\" :autoplay=\"true\" interval=\"3000\"\u003e\n    \n    \u003c!-- You can place your own image tag inside v-carousel-slide --\u003e\n    \u003c!-- If you use image property it will automatically make image responsive --\u003e\n    \u003cv-carousel-slide v-for=\"slide in [1, 2, 3, 4, 5]\" image=\"https://www.gettyimages.pt/gi-resources/images/Homepage/Hero/PT/PT_hero_42_153645159.jpg\"\u003e\n        \n        \u003c!-- Create custom layout in the slide --\u003e\n        \u003cdiv class=\"title\"\u003eSea image # {{ slide }}\u003c/div\u003e\n    \u003c/v-carousel-slide\u003e\n\u003c/v-carousel\u003e\n```\n\n\n# Issues and contributions\nIf you want to report issue/improvements [create issue here](https://github.com/webcodebg/vcarousel/issues)\n\nFor contributions read the guidelines in [CONTRIBUTING.md here](https://github.com/webcodebg/vcarousel/blob/master/CONTRIBUTING.md)\n\n# Licence\nMIT License\n\nCopyright (c) 2019 Webcode","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcodebg%2Fvcarousel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcodebg%2Fvcarousel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcodebg%2Fvcarousel/lists"}