Swipeout 滑动操作

8/30/2022 操作移动端

可以左右滑动来展示操作按钮的单元格组件。

# 何时使用

import { HiSwipeout } from 'hi-kits/swipeout'
1

# 基本用法

适用广泛的基础单选

请向左滑动 dsdss 2222 2311 4444 content
<h-list>
    <h-swipeout>
        <h-list-item>
        请向左滑动
        </h-list-item>
        <h-swipeout left>
        <h-swipeout-item>dsdss</h-swipeout-item>
        <h-swipeout-item>2222</h-swipeout-item>
        </h-swipeout>
        <h-swipeout right>
            <h-swipeout-item>2311</h-swipeout-item>
            <h-swipeout-item>4444</h-swipeout-item>
        </h-swipeout>

    </h-swipeout>
    <h-swipeout>
        <h-list-item>
            content
        </h-list-item>
    </h-swipeout>
</h-list>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Expand Copy

# 参数说明

参数 说明 类型 可选值 默认值
left 左侧 boolean - -
right 右侧 boolean - -
Last Updated: 3/6/2023, 17:51:50