## CellSwipe ### Install ``` javascript import { CellSwipe } from 'vant'; Vue.component(CellSwipe.name, CellSwipe); ``` ### Usage #### Basic Usage :::demo Basic Usage ```html Select Delete ``` ::: ### API | Attribute | Description | Type | Default | Accepted Values | |-----------|-----------|-----------|-------------|-------------| | left-width | Width of the left scrollable area | `Number` | `0` | - | | right-width | Width of the right scrollable area | `Number` | `0` | - | ### Slot | name | Description | |-----------|-----------| | - | custom content | | left | content of left scrollable area | | right | content of right scrollabe area |