Skip to content
On this page

基本使用

html
<uv-swipe>
  <uv-swipe-item>
    <div class="test color1">
      1
    </div>
  </uv-swipe-item>
  <uv-swipe-item>
    <div class="test color2">
      2
    </div>
  </uv-swipe-item>
  <uv-swipe-item>
    <div class="test color3">
      3
    </div>
  </uv-swipe-item>
</uv-swipe>

props

属性含义类型默认值
pageSize每页显示条数Number10

events

事件名称含义参数
change页数改变时当前的index

css变量

css

Released under the MIT License.