vue 自定义轮播组件_针对Vue优化的可自定义轮播滑块

vue 自定义轮播组件

胡珀 (Hooper)

Vue.js carousal component, optimized to work with Vue.

Vue.js旋转组件,经过优化可与Vue一起使用。

View Demo 查看演示 Download Source 下载源

入门 (Getting started)

安装 (Installation)

First step is to install it using yarn or npm:

第一步是使用yarnnpm安装它:

npm install hooper

# or use yarn
yarn add hooper

特征 (Features)

  • Touch support

    触控支持

  • Keyboard support

    键盘支持

  • Mouse wheel support

    鼠标滚轮支持

  • Responsive breakpoints

    响应断点

  • Auto play

    自动播放

  • Vertical scroll

    垂直滚动

  • Infinite scroll

    无限滚动

  • Two way control carousels (sync)

    两路控制轮播(同步)

  • Fully customizable using addons

    使用插件完全可定制

  • And even more...

    甚至更多...

使用胡珀 (Use Hooper)