Vue Flux
made with Vuejs

Vue Flux

这是一个图像轮播组件。

相关问答
暂无相关问题
查看全部
简介及使用教程

Vue Flux是一个图像轮播组件,使用Vue2开发,包括20个过渡效果。

安装

Npm

npm install --save vue-flux

Yarn

yarn add vue-flux

使用

import VueFlux from 'vue-flux';

<vue-flux
   :options="vfOptions"
   :images="vfImages"
   :transitions="vfTransitions"
   :captions="vfCaptions"
   ref="slider">

   <template v-slot:preloader>
      <flux-preloader />
   </template>

   <template v-slot:caption>
      <flux-caption />
   </template>

   <template v-slot:controls>
      <flux-controls />
   </template>

   <template v-slot:pagination>
      <flux-pagination />
   </template>

   <template v-slot:index>
      <flux-index />
   </template>
</vue-flux>

<button @click="$refs.slider.show('next')">NEXT</button>

示例

1smy2.gif

作者

Oscar

相关项目