vuetifyjs/vuetify

[Feature Request] Add mouse hover to stop cycle(change of slide) in carousel.

Open

#10,544 创建于 2020年2月11日

在 GitHub 查看
 (1 评论) (8 反应) (0 负责人)TypeScript (40,995 star) (7,139 fork)batch import
C: VCarouselT: featuregood first issue

描述

Problem to solve

currently, there is no way to stop slide when hovering over the slide in v-carousel

Proposed solution

well i don't have a proposed solution, sorry...also thank you for making this wonderful component framework.. :)

###1hour later Well alternative way to solve it is using v-hover

<v-hover v-slot:default="{ hover }">
<v-carousel :cycle="hover ? false : true">
</v-carousel>
</v-hover>

but add a stop-on-hover prop to v-carousel might be more easy, I guess..!!??

贡献者指南