A carousel is used to show several items in the same place. The user can switch between the items by panning. The VOnsCarousel
component can also be controlled programatically through the activeIndex
prop. An update:activeIndex
event is fired whenever the user interacts with this component, allowing you to synchronize activeIndex
prop. It is possible to use Vue’s v-model
directive for this.
VOnsCarousel
can also be nested if the carousels implement different directions.
Onsen UIに関する質問は、Stack Overflowにてonsen-uiタグを付与してください。Onsen UIチームはあなたの問題解決をお手伝いします。
バグ報告や機能要望については、GitHub Issuesに記載をお願いいたします。
あわせて、下記の情報も参考にしてください。