vue-carousel icon indicating copy to clipboard operation
vue-carousel copied to clipboard

A flexible, responsive, touch-friendly carousel for Vue.js

Results 125 vue-carousel issues
Sort by recently updated
recently updated
newest added

Newbie. I had vue-carousel running great prior to an update, in nuxt I think. Now it simply won't work. Running vue-carousel locally in component, Terminal: `[Vue warn]: Error in beforeCreate...

help wanted
feature

When i use Nuxt JS, :loop="true" working with navigation buttons but not working on drag option.

help wanted
feature
good first issue

Hey all! ## Issue Currently, only the navigation arrows are rendered on SSR-side. (See #191) This means all information inside the slider must be rendered by the client. SSR should...

help wanted
feature
roadmap

I want only one item per page so I use this: ``` ``` When I reload a page, sometimes 2, sometimes 1 item is shown.

bug
help wanted
good first issue

Hi, Could you please add named slots for pagination and navigation, so that it would be possible to entirely customize either? Thanks.

help wanted
feature
good first issue

Hi guys, I appreciate the hard work being done in this. Currently I'm making use of inertiajs/inertia-vue3 and inertiajs/inertia in my Laravel 8 project, and when I install this package...

The customized pagination example wasn't working properly. I updated it to show speed and easing ## Description I created a new JSfiddle and recreated the customized pagination example using the...

## Bug Report **Current Behavior** The crousal is not MobileResponsive. it increase the width of page in mobile or desktop. If the corousal slides is dynamically changed then the width...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Lighthouse report => Improve scrolling performance with passive listeners `document.addEventListener('touchstart', onTouchStart, {passive: true});`