## CellSwipe ### Install ``` javascript import { CellSwipe } from 'vant'; Vue.component(CellSwipe.name, CellSwipe); ``` ### Usage #### Basic Usage :::demo Basic Usage ```html 选择 删除 ``` ::: ### API | Attribute | Description | Type | Default | Accepted Values | |-----------|-----------|-----------|-------------|-------------| | left-width | 左侧滑动区域宽度 | `Number` | `0` | - | | right-width | 右侧滑动区域宽度 | `Number` | `0` | - | ### Slot | name | Description | |-----------|-----------| | - | 自定义显示内容 | | left | 左侧滑动内容 | | right | 右侧滑动内容 |